Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V10.19.3 ctm jk #40

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/Applications/GEOSctm_App/CTM_GridComp.rc.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

#-----------------------------
# Do you want to do Advection?
#-----------------------------
do_ctmAdvection: T

#--------------------------------------------------
# Read courant numbers and mass fluxes for AdvCore?
#--------------------------------------------------
read_advCoreFields: F

#---------------------------
# Setting for Passive Tracer
#---------------------------
Expand Down
2 changes: 2 additions & 0 deletions src/Applications/GEOSctm_App/FPIT_ExtData.rc.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Ext_AllowExtrap: .TRUE.

PrimaryExports%%
# ---------|-------------|-------|--------|----------------------|--------|--------|-------------|----------|
# Import | | | Regrid | Refresh | OffSet | Scale | Variable On | File |
Expand Down
2 changes: 2 additions & 0 deletions src/Applications/GEOSctm_App/FP_ExtData.rc.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Ext_AllowExtrap: .TRUE.

PrimaryExports%%
# ---------|-------------|-------|--------|----------------------|--------|--------|-------------|----------|
# Import | | | Regrid | Refresh | OffSet | Scale | Variable On | File |
Expand Down
2 changes: 2 additions & 0 deletions src/Applications/GEOSctm_App/MERRA1_ExtData.rc.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Ext_AllowExtrap: .TRUE.

PrimaryExports%%
# ---------|-------------|-------|--------|----------------------|--------|--------|-------------|----------|
# Import | | | Regrid | Refresh | OffSet | Scale | Variable On | File |
Expand Down
7 changes: 7 additions & 0 deletions src/Applications/GEOSctm_App/MERRA2_ExtData.rc.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Ext_AllowExtrap: .TRUE.

PrimaryExports%%
# ---------|-------------|-------|--------|----------------------|--------|--------|-------------|----------|
# Import | | | Regrid | Refresh | OffSet | Scale | Variable On | File |
Expand Down Expand Up @@ -117,6 +119,11 @@ DQLDT 'kg/kg/s' N N 0 0.0 1.0
#----------------
#AdvCore Specific
#----------------
PS0 'Pa' N N 0 0.0 1.0 PS /discover/nobackup/projects/gmao/merra2/data/products/d5124_m2_@sMonth/Y%y4/M%m2/@MERRA2type.inst3_3d_aer_Nv.%y4%m2%d2.nc4
PS1 'Pa' N N 0;@nhmsDT 0.0 1.0 PS /discover/nobackup/projects/gmao/merra2/data/products/d5124_m2_@sMonth/Y%y4/M%m2/@MERRA2type.inst3_3d_aer_Nv.%y4%m2%d2.nc4
DELP0 'Pa' N N 0 0.0 1.0 DELP /discover/nobackup/projects/gmao/merra2/data/products/d5124_m2_@sMonth/Y%y4/M%m2/@MERRA2type.inst3_3d_aer_Nv.%y4%m2%d2.nc4
DELP1 'Pa' N N 0;@nhmsDT 0.0 1.0 DELP /discover/nobackup/projects/gmao/merra2/data/products/d5124_m2_@sMonth/Y%y4/M%m2/@MERRA2type.inst3_3d_aer_Nv.%y4%m2%d2.nc4

PLE0 'Pa' N N 0 0.0 1.0 PLE /discover/nobackup/projects/gmao/merra2/data/products/d5124_m2_@sMonth/Y%y4/M%m2/@MERRA2type.tavg3_3d_nav_Ne.%y4%m2%d2.nc4
PLE1 'Pa' N N 0;@nhmsDT 0.0 1.0 PLE /discover/nobackup/projects/gmao/merra2/data/products/d5124_m2_@sMonth/Y%y4/M%m2/@MERRA2type.tavg3_3d_nav_Ne.%y4%m2%d2.nc4
UC0;VC0 'm s-1' N N 0 0.0 1.0 U;V /discover/nobackup/projects/gmao/merra2/data/products/d5124_m2_@sMonth/Y%y4/M%m2/@MERRA2type.inst3_3d_asm_Nv.%y4%m2%d2.nc4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

if (Convection_MODE MATCHES stub)
set (SRCS
CTM_ConvectionStubCompMod.F90
GenericConvectionMethod_mod.F90
GmiConvectionMethod_mod.F90
convectiveTransport_mod.F90
Expand Down
Loading