From 2d419ba5f9bd81e6e602ddb7e73dc63a14e8d6c6 Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Tue, 11 Oct 2022 21:32:41 +0200 Subject: [PATCH] Use 202 --- blueprints/operational_chemistry/namelist.chem | 4 ++-- blueprints/operational_chemistry/namelist.wrf | 2 +- blueprints/test_chemistry/namelist.wrf | 2 +- machine_profiles/alcc_spack/profile.bash | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/blueprints/operational_chemistry/namelist.chem b/blueprints/operational_chemistry/namelist.chem index 402c2f4..1bf645a 100644 --- a/blueprints/operational_chemistry/namelist.chem +++ b/blueprints/operational_chemistry/namelist.chem @@ -1,6 +1,6 @@ &chem kemit = 1, - chem_opt = 201, 201, + chem_opt = 202, 202, bioemdt = 12., 4., photdt = 12., 4., chemdt = 12., 4., @@ -19,7 +19,7 @@ gaschem_onoff = 1, 1, aerchem_onoff = 1, 1, wetscav_onoff = 1, 1, - cldchem_onoff = 0, 0, + cldchem_onoff = 1, 1, vertmix_onoff = 1, 1, chem_conv_tr = 1, 1, conv_tr_wetscav = 1, 1, diff --git a/blueprints/operational_chemistry/namelist.wrf b/blueprints/operational_chemistry/namelist.wrf index d72ab7a..dc602ca 100644 --- a/blueprints/operational_chemistry/namelist.wrf +++ b/blueprints/operational_chemistry/namelist.wrf @@ -59,7 +59,7 @@ &physics mp_physics = 10, 10, 10, - progn = 0, 0, 1, + progn = 1, 1, 1, prec_acc_dt = 60., 60., 60., ra_lw_physics = 4, 4, 4, ra_sw_physics = 4, 4, 4, diff --git a/blueprints/test_chemistry/namelist.wrf b/blueprints/test_chemistry/namelist.wrf index 97f1b40..17a7863 100644 --- a/blueprints/test_chemistry/namelist.wrf +++ b/blueprints/test_chemistry/namelist.wrf @@ -61,7 +61,7 @@ &physics mp_physics = 10, 10, 10, - progn = 0, 0, 1, + progn = 1, 1, 1, prec_acc_dt = 60., 60., 60., ra_lw_physics = 4, 4, 4, ra_sw_physics = 4, 4, 4, diff --git a/machine_profiles/alcc_spack/profile.bash b/machine_profiles/alcc_spack/profile.bash index 6b2e864..37a43f7 100644 --- a/machine_profiles/alcc_spack/profile.bash +++ b/machine_profiles/alcc_spack/profile.bash @@ -1,6 +1,6 @@ # --- Modules and other things --- -module load wrf wrf-chem-debug wps nco netcdf-c netcdf-fortran anthro_emis fire_emis megan_bio_emiss mozbc wesely-exo_coldens python gdal py-requests py-cdsapi py-cartopy py-matplotlib py-netcdf4 py-numpy py-pyproj py-rasterio py-scipy py-shapely py-simplekml py-xarray py-pyshp py-pandas +module load wrf wrf-chem wps nco netcdf-c netcdf-fortran anthro_emis fire_emis megan_bio_emiss mozbc wesely-exo_coldens python gdal py-requests py-cdsapi py-cartopy py-matplotlib py-netcdf4 py-numpy py-pyproj py-rasterio py-scipy py-shapely py-simplekml py-xarray py-pyshp py-pandas ulimit -s unlimited -- GitLab