Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
Expand Down Expand Up @@ -42,3 +38,7 @@
path = AQM
url = https://github.com/NOAA-EMC/AQM
branch = develop
[submodule "FV3"]
path = FV3
url = https://github.com/rmontuoro/fv3atm
branch = bugfix/aqm-heat-fluxes
2 changes: 1 addition & 1 deletion AQM
Submodule AQM updated 3 files
+2 −2 .gitmodules
+10 −2 CMakeLists.txt
+1 −1 src/model/CMAQ
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 2 files
+2 −2 .gitmodules
+1 −1 ccpp/physics
19 changes: 19 additions & 0 deletions tests/tests/regional_atmaq
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,25 @@ export aqm_model='aqm'

export FIELD_TABLE=field_table_aqm
export DIAG_TABLE=diag_table_aqm
export DNATS=4
export FSCAV_AERO="'aacd:0.0', 'acet:0.0', 'acrolein:0.0', 'acro_primary:0.0',
'ald2:0.0', 'ald2_primary:0.0', 'aldx:0.0', 'benzene:0.0',
'butadiene13:0.0', 'cat1:0.0', 'cl2:0.0', 'clno2:0.0',
'co:0.0', 'cres:0.0', 'cron:0.0', 'ech4:0.0', 'epox:0.0',
'eth:0.0', 'etha:0.0', 'ethy:0.0', 'etoh:0.0', 'facd:0.0',
'fmcl:0.0', 'form:0.0', 'form_primary:0.0', 'gly:0.0',
'glyd:0.0', 'h2o2:0.0', 'hcl:0.0', 'hg:0.0', 'hgiigas:0.0',
'hno3:0.0', 'hocl:0.0', 'hono:0.0', 'hpld:0.0', 'intr:0.0',
'iole:0.0', 'isop:0.0', 'ispd:0.0', 'ispx:0.0', 'ket:0.0',
'meoh:0.0', 'mepx:0.0', 'mgly:0.0', 'n2o5:0.0', 'naph:0.0',
'no:0.0', 'no2:0.0', 'no3:0.0', 'ntr1:0.0', 'ntr2:0.0',
'o3:0.0', 'ole:0.0', 'opan:0.0', 'open:0.0', 'opo3:0.0',
'pacd:0.0', 'pan:0.0', 'panx:0.0', 'par:0.0', 'pcvoc:0.0',
'pna:0.0', 'prpa:0.0', 'rooh:0.0', 'sesq:0.0', 'so2:0.0',
'soaalk:0.0', 'sulf:0.0', 'terp:0.0', 'tol:0.0', 'tolu:0.0',
'vivpo1:0.0', 'vlvoo1:0.0', 'vlvoo2:0.0', 'vlvpo1:0.0',
'vsvoo1:0.0', 'vsvoo2:0.0', 'vsvoo3:0.0', 'vsvpo1:0.0',
'vsvpo2:0.0', 'vsvpo3:0.0', 'xopn:0.0', 'xylmn:0.0', '*:0.2'"
export INPUT_NML="regional_atmaq.nml.IN"
export MODEL_CONFIGURE="model_configure_atmaq.IN"
export NEMS_CONFIGURE="nems.configure.atmaq.IN"
Expand Down