From e44e51bf65ef0fefefbbddf28536c91cabb8e9b4 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Mon, 5 Jun 2023 08:49:21 -0400 Subject: [PATCH] Fix COUPLEDIR at NAS --- gcm_setup | 2 +- geoschemchem_setup | 2 +- gmichem_setup | 2 +- stratchem_setup | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gcm_setup b/gcm_setup index 767a6ea4..ecbca223 100755 --- a/gcm_setup +++ b/gcm_setup @@ -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 diff --git a/geoschemchem_setup b/geoschemchem_setup index 5f0ac3c3..b6a7f94e 100755 --- a/geoschemchem_setup +++ b/geoschemchem_setup @@ -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 diff --git a/gmichem_setup b/gmichem_setup index 96f624fe..6889bcb7 100755 --- a/gmichem_setup +++ b/gmichem_setup @@ -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 diff --git a/stratchem_setup b/stratchem_setup index 0f0c0644..8eaddfc2 100755 --- a/stratchem_setup +++ b/stratchem_setup @@ -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