Skip to content

Commit

Permalink
Merge pull request #469 from GEOS-ESM/bugfix/mathomp4/fix-coupledir-nas
Browse files Browse the repository at this point in the history
Fix COUPLEDIR at NAS
  • Loading branch information
sdrabenh authored Jun 5, 2023
2 parents f60e9ee + e44e51b commit a81dcb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gcm_setup
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,7 @@ if( $SITE == 'NAS' ) then
if ( "$OCNMODEL" == "MIT" ) then
setenv COUPLEDIR /nobackupp2/estrobac/geos5/GRIDDIR # Coupled Ocean/Atmos Forcing
else
setenv COUPLEDIR /nobackup/gmao_SIteam/ModelData/coupled/Forcings # Coupled Ocean/Atmos Forcing
setenv COUPLEDIR /nobackup/gmao_SIteam/ModelData/aogcm # Coupled Ocean/Atmos Forcing
endif
else if( $SITE == 'NCCS' ) then
setenv BATCH_CMD "sbatch" # SLURM Batch command
Expand Down
2 changes: 1 addition & 1 deletion geoschemchem_setup
Original file line number Diff line number Diff line change
Expand Up @@ -1727,7 +1727,7 @@ if( $SITE == 'NAS' ) then
if ( "$OCNMODEL" == "MIT" ) then
setenv COUPLEDIR /nobackupp2/estrobac/geos5/GRIDDIR # Coupled Ocean/Atmos Forcing
else
setenv COUPLEDIR /nobackup/gmao_SIteam/ModelData/coupled/Forcings # Coupled Ocean/Atmos Forcing
setenv COUPLEDIR /nobackup/gmao_SIteam/ModelData/aogcm # Coupled Ocean/Atmos Forcing
endif
else if( $SITE == 'NCCS' ) then
setenv BATCH_CMD "sbatch" # SLURM Batch command
Expand Down
2 changes: 1 addition & 1 deletion gmichem_setup
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,7 @@ if( $SITE == 'NAS' ) then
if ( "$OCNMODEL" == "MIT" ) then
setenv COUPLEDIR /nobackupp2/estrobac/geos5/GRIDDIR # Coupled Ocean/Atmos Forcing
else
setenv COUPLEDIR /nobackup/gmao_SIteam/ModelData/coupled/Forcings # Coupled Ocean/Atmos Forcing
setenv COUPLEDIR /nobackup/gmao_SIteam/ModelData/aogcm # Coupled Ocean/Atmos Forcing
endif
else if( $SITE == 'NCCS' ) then
setenv BATCH_CMD "sbatch" # SLURM Batch command
Expand Down
2 changes: 1 addition & 1 deletion stratchem_setup
Original file line number Diff line number Diff line change
Expand Up @@ -1712,7 +1712,7 @@ if( $SITE == 'NAS' ) then
if ( "$OCNMODEL" == "MIT" ) then
setenv COUPLEDIR /nobackupp2/estrobac/geos5/GRIDDIR # Coupled Ocean/Atmos Forcing
else
setenv COUPLEDIR /nobackup/gmao_SIteam/ModelData/coupled/Forcings # Coupled Ocean/Atmos Forcing
setenv COUPLEDIR /nobackup/gmao_SIteam/ModelData/aogcm # Coupled Ocean/Atmos Forcing
endif
else if( $SITE == 'NCCS' ) then
setenv BATCH_CMD "sbatch" # SLURM Batch command
Expand Down

0 comments on commit a81dcb9

Please sign in to comment.