Skip to content

Commit

Permalink
v12: Move to use generic RRTMGP data locations
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jan 2, 2025
1 parent 535178d commit 2423fad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions AGCM.rc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ------------------------------------------

# Some rules of thumb when changing processor counts:
#
#
# 1) Start from the NX/NY that come from gcm_setup
# 2) The gcm will not run with AGCM_IM/NX or AGCM_JM/NY/6 less than or equal to 3
# 3) if you want more cores, double NY (for 2x), then double NX(for 4x) and so on...
Expand Down Expand Up @@ -853,10 +853,10 @@ HCFC22_FRIENDLIES: DYNAMICS:TURBULENCE:MOIST
# -------------------------------
USE_RRTMGP_IRRAD: 1.0
USE_RRTMGP_SORAD: 1.0
RRTMGP_GAS_LW: /discover/nobackup/pnorris/RRTMGP-data.v1.8/rrtmgp-data/rrtmgp-gas-lw-g128.nc
RRTMGP_GAS_SW: /discover/nobackup/pnorris/RRTMGP-data.v1.8/rrtmgp-data/rrtmgp-gas-sw-g112.nc
RRTMGP_CLOUD_OPTICS_LW: /discover/nobackup/pnorris/RRTMGP-data.v1.8/rrtmgp-data/rrtmgp-clouds-lw.nc
RRTMGP_CLOUD_OPTICS_SW: /discover/nobackup/pnorris/RRTMGP-data.v1.8/rrtmgp-data/rrtmgp-clouds-sw.nc
RRTMGP_GAS_LW: ExtData/g5gcm/radiation/RRTMGP/v1.8/rrtmgp-gas-lw-g128.nc
RRTMGP_GAS_SW: ExtData/g5gcm/radiation/RRTMGP/v1.8/rrtmgp-gas-sw-g112.nc
RRTMGP_CLOUD_OPTICS_LW: ExtData/g5gcm/radiation/RRTMGP/v1.8/rrtmgp-clouds-lw.nc
RRTMGP_CLOUD_OPTICS_SW: ExtData/g5gcm/radiation/RRTMGP/v1.8/rrtmgp-clouds-sw.nc

SOLAR_LB_MAX_PASSES: 10
ISOLVAR: 2
Expand Down

0 comments on commit 2423fad

Please sign in to comment.