Commit
11890621257a43a5226b8b24e0fe526d171a034e
by elundgren Feat: Changes to include GEOS-Chem as a chemistry option for CESM (1) This introduces an option to compile GEOS-Chem src files. (2) Interface is inexistant so far (3) CAM still uses the Terminator chem package to satisfy dependencies Reproducing commit from MSL - Jan 19, 2018 The file was added src/chemistry/pp_geoschem/.exclude
Commit
a5bf274c92c4b95d7f2b1076a5fcf415fe1e6396
by elundgren Squashed of 50+ commits from Thibaud Fritz Feat: Update config files to include GEOS-Chem option for CAM (1) Update config files in cam/bld/ (2) Update config files in cam/cime_config Feat: Add customized chemistry.F90 for GEOS-Chem: *Reproducing commit from MSL - Mar 6, 2018 Feat: Initial implementation of compilable code (1) The code can now be compiled using a CAM 4.0 + "dummy" GEOS-Chem component set (compset FGC). This is based on the "tropospheric mozart" set. *Reproducing commit from SDE - May 17, 2018 Feat: Make radiatively-active species into chemical constituants (1) Added N2O, CH4, CFC11, CFC12 Feat: Get tracers and species from input.geos and KPP (1) Tracer lists are now acquired from the input files and from the pre-built KPP mechanism *Reproducing commit from SDE - May 19, 2018 Feat: Add additional flags when compiling GEOS-Chem Fix: Update folder name following version 12.6.0 Feat: Allocate major state variables (Input, Met, Chem) (1) Allocating GEOS-Chem state variables (2) Setting input.geos path as a module variable *Reproducing commit from SDE - May 19, 2018 Chore: Cleanup and capitalization Feat: Initialize core GEOS-Chem modules (1) Initializes ChmState, GrdState and MetState objects (2) Grid objects are currently initialized identically. However, they should be chunk-dependent. The grids are set based on the lat/lon edges for now, using GEOS-Chem's SetGridFromCtrEdges subroutine (3) Initializes Input_Opt (4) Added subroutine to update time-steps within GEOS-Chem (5) Added error trapping statements Feat: Add initialization of Linoz module and passing CHEM_INPUTS (1) Initializing Linoz module (2) Passing CHEM_INPUTS to Input_Opt (3) Remove incorrect overwrite of NTracers Feat: Initialize and cleanup State_Chm and State_Met Feat: Initialize Drydep_Mod (1) Initialize Drydep_Mod (2) Update .exclude file to include GeosCore/drydep_mod.F Feat: Add Init_Error to chem_init for GEOS-Chem Feat: Initialize and cleanup GEOS-Chem modules (1) Add calls to module initialization and cleanup subroutines (2) Update .exclude file Feat: Get grid area and Ap and Bp values from CAM (1) Get grid area from CAM interface (2) Pass CAM's Ap and Bp values to GEOS-Chem's Pressure_Mod (3) Call to Cleanup_Pressure Feat: Affect data to State_Chm Feat: Initialize chemistry, add missing cleanup routines Feat: Initialize pressure transfer Feat: Add first call to chemistry Feat: Register all tracers using species database (1) Register species (2) Initial step towards the update of State_Met Feat: Fill key variables in State_Met Feat: Add PBL height transfer capability (1) Enforce lat/lonMidArr to be R4 not FP Feat: Enforce correct tracer registration Feat: Add initialization of short-lived species Feat: Update surface area during chemistry loop Feat: Use reference MMRs when queried for ICs (1) Zero reference MMRs at initialization (2) Use reference MMRs when queried for initial conditions Feat: Groundwork for correctly reporing H2O tendencies (1) Add indices to key species Feat: Add all advected species to output (1) Add advected species to output (2) Force precision of H2O to be r8 (3) Fixed capitalization of variables Feat: Make short-lived species persist between time steps Feat: Set GEOS-Chem data from CAM (1) Date information is now propagated to GEOS-Chem. Algorithm needs tweaking (seems to give a date 1 minute earlier than it should). Also currently force the year to be 2000 as the default CAM year is 0000. Feat: Disable stratospheric aerosols in GEOS-Chem Feat: Progate more met fields to State_Met using CAM data Feat: Change NY to PCOLS for consistency and add step count tracking Feat: Increased default list of diagnostics for GEOS-Chem Feat: Implement GEOS-Chem wet deposition + Estimate of 2D cloudiness (1) Implemented GEOS-Chem wet deposition (2) CAM does not provide an estimate of 2D cloud cover, so we use an estimate (maximum 3D cloudiness in vertical column). This matches the technique originally used for GCAP in GEOS-Chem. (3) Fix Z0 not being assigned Feat: Move SLS information to chem_mods + Emission module (1) Move tracer and SLS information out to chem_mods (2) Added temporary NO source to provide useful output (3) Initial code stub for an emissions module Fix: Fix reading of tracers in input.geos (1) Tracers in input.geos (2) Fix indentation Chore: Now compiling GEOS-Chem with -DMODEL_ Feat: Added wet/(dry) deposition. See more comments below! (01) Added definition of MaxTropLev, MaxStratLev and MaxChemLev. This will require some additional thought (02) As of right now, Linoz is turned off as the current grid doesn't extend past 30 km, causing segmentation when running with Linoz turned on (03) Added code that's commented out right now for future development (HEMCO, Olson landmap, convection, ...) (04) Added field descrition and unit of State_Met variables when converted from CESM to State_Met (05) Updated compution of cloud optical depth. Following what MOZART does. (06) Now correctly initializing InChemGrid to .True. everywhere (07) Added newDay, newMonth variables (08) Added wet deposition (09) Added dry deposition. However, it is purely a software right now, as it runs without initializing land types (10) Uniformization of variables Chore: Remove debug Feat: Deal with compile-time definition of GEOS-Chem dry dep. species (1) Update ChemNamelist to be able to read deposition species from .xml files and filtering these with the species list from mo_sim_dat.F90. This last file lists all GEOS-Chem species and is only read at compile time and is not compiled since GEOS-Chem tracers and species are defined at run time from input.geos and KPP files. (2) Update geoschem.xml to now list dry and wet deposition species Feat: Implement dry deposition in CESM/GC (1) Different options are available to compute dry deposition velocities: 1. All deposition velocities are computed from GEOS-Chem using data from HEMCO 2. CLM passes dry deposition velocities over land and ocean and ice velocities are computed from GEOS-Chem using data from HEMCO 3. CLM passes dry deposition velocities over land and ocean and ice velocities are computed in a similar way as MOZART Feat: Add missing file from last commit to replicate MOZART's dry dep. calculations Feat: Add Externals to download GEOS-Chem source code Feat: Add mo_chem_utils.F90 required for mo_drydep_mod Feat: Update .exclude Feat: Import CLM4.0/4.5/5.0 data and use it for GEOS-Chem (1) Import data from CLM (2) Add compset to run GEOS-Chem with CLM4.5/5.0 (3) Add routine getLandTypes to convert CLM to OlsonLandMaps. More work is needed to convert CLM4.5 land types (4) CAM's building procedure has been modified to include the right version of CLM (5) Modify .exclude Style: Fix typos that got introduced when converting commits to fork Feat: Modify Externals_CAM.cfg to download GEOS-Chem code Revert "Feat: Modify Externals_CAM.cfg to download GEOS-Chem code" Feat: Update .gitignore to ignore GEOS-Chem repo The file was added src/chemistry/pp_geoschem/mo_drydep.F90 The file was modified
.gitignore (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was added src/chemistry/pp_geoschem/mo_apex.F90 The file was added src/chemistry/pp_geoschem/mo_lightning.F90 The file was added src/chemistry/pp_geoschem/charge_neutrality.F90 The file was modified
bld/config_files/definition.xml (diff) The file was added src/chemistry/pp_geoschem/chem_prod_loss_diags.F90 The file was added src/chemistry/pp_geoschem/upper_bc.F90 The file was added src/chemistry/pp_geoschem/clybry_fam.F90 The file was added src/chemistry/pp_geoschem/getLandTypes.F90 The file was modified
cime_config/buildcpp (diff) The file was added bld/namelist_files/use_cases/geoschem.xml The file was modified
Externals_CAM.cfg (diff) The file was added src/chemistry/pp_geoschem/aero_model.F90 The file was added src/chemistry/pp_geoschem/mo_sim_dat.F90 The file was modified
src/chemistry/pp_geoschem/.exclude (diff) The file was modified
bld/build-namelist (diff) The file was added src/chemistry/pp_geoschem/epp_ionization.F90 The file was added src/chemistry/pp_geoschem/mo_chem_utls.F90 The file was added bld/namelist_files/use_cases/geoschem_baro_moist.xml The file was added src/chemistry/pp_geoschem/mo_gas_phase_chemdr.F90 The file was added src/chemistry/pp_geoschem/gc_emissions.F90 The file was added src/chemistry/pp_geoschem/short_lived_species.F90 The file was modified
src/cpl/cam_cpl_indices.F90 (diff) The file was modified
cime_config/config_compsets.xml (diff) The file was added src/chemistry/pp_geoschem/chemistry.F90 The file was modified
bld/configure (diff) The file was added src/chemistry/pp_geoschem/rate_diags.F90 The file was modified
cime_config/config_component.xml (diff) The file was modified
src/cpl/atm_import_export.F90 (diff) The file was modified
bld/perl5lib/Build/ChemNamelist.pm (diff) The file was added src/chemistry/pp_geoschem/chem_mods.F90 The file was modified
src/control/camsrfexch.F90 (diff)
Commit
94b742390f57fff227e93faba2085433a0d4937e
by elundgren Squashed 5 commits from Haipeng Lin Feat: Implement HEMCO_CESM within CESM-GC (Initial attempt in syncing CAM sources) Feat: HEMCO_CESM code integration (full). Add mo_sim_dat and mo_tracname Fix: Call set_sim_dat from chemistry.F90 to pass solsym to HEMCO_CESM. Fix: Do not assign other variables within mo_sim_dat -- to discuss Fix: Comment out mo_sim_dat except solsym, expand solsym size to nTracersMax *This might not be needed after all as HEMCO_CESM now reads tracer names from chem_mods. But fixing this so it doesn't infinite loop. The file was modified
bld/config_files/definition.xml (diff) The file was modified
src/chemistry/pp_geoschem/mo_sim_dat.F90 (diff) The file was modified
src/control/cam_comp.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
src/chemistry/pp_geoschem/.exclude (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/control/runtime_opts.F90 (diff) The file was modified
bld/configure (diff) The file was added src/chemistry/pp_geoschem/mo_tracname.F90 The file was modified
.gitignore (diff) The file was modified
src/physics/cam/phys_control.F90 (diff) The file was modified
src/chemistry/pp_geoschem/chemistry.F90 (diff) The file was modified
src/chemistry/pp_geoschem/chemistry.F90 (diff) The file was modified
src/chemistry/pp_geoschem/getLandTypes.F90 (diff)
Commit
63df68000515bcd439b621f10d08ab0ab35961fd
by elundgren Squashed 4 commits from Lizzie Lundgren Change GEOS-Chem source to CESM-GC GitHub organization and branch name Use GEOS-Chem branch feature/13.0.0+CESM Update HEMCO interfaces directory name in configure Partial updates to enable GEOS-Chem dev/13.0.0 to build in CESM Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
bld/configure (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/chemistry/pp_geoschem/.exclude (diff) The file was modified
src/chemistry/pp_geoschem/chemistry.F90 (diff)
Commit
9a9ead503679507c872b20ce2aa5665c8ea6c974
by elundgren Squashed 60+ commits from Thibaud Fritz Feat: Increase nchem_adv Feat: Define GEOS-Chem deposition species in geoschem.xml Feat: Update solsym based on gckpp_Monitor (1) solsym needs to be defined explicitely, as it is parsed at compile time. Feat: Update .exclude to now include input_mod and pops_mod.F90 Feat: Changes required to make GEOS-Chem 13.0 work with CESM Feat: Set State_Met%Salinity and Iodide to 0. Will be read from HEMCO Feat: Compute isLand/Water/Ice/Snow after AirQnt + Get fields from HEMCO (1) Get IODIDE surface concentration and SALINITY from HEMCO Feat: Kludge gaseous species names to match CESM restart file: (1) Bromine, chlorine, iodine and lumped species are not in CESM restart file. We can choose to load these from a GEOS-Chem restart file but this is future work. Feat: Rename CAM's drydep_mod to aer_drydep_mod Feat: Print dep. lists when getting from namelist Feat: Allow MAM to compile with CESM-GC Feat: Remove unused use statement Feat: Updates to make MAM4 interchange data with CESM-GC Compile time changes: (1) prescribe_aerosols is set to FALSE when $chem contains geoschem (2) Replace aerosol deposition species with MAM4 aerosols in nml files (3) Remove pp_geoschem/aero_model. Currently, GEOS-Chem only works with MAM(4) turned on. If MAM is to be switched off in the future, then the compiler should choose to compile pp_geoschem/aero_model (which is just a dummy, almost empty file) over modal_aero/aero_model.F90 Code changes: (1) Make xname_massptr a public and protected variable. It is used to establish a mapping between MAM4 and GEOS-Chem aerosols (2) Add map2MAM4(:,:) in chem_mods and set number of fixed species to 6 rather than 4 (3) Add dummy constituents for GEOS-Chem aerosols. Ideally, aerosols that are inherited from MAM should not need to be defined as a constituent. For instance, BCPI is inherited from bc_a* whereas NIT is not included and needs to be defined as a constituent (in order to be advected) (4) Establish mapping between MAM4 and GEOS-Chem aerosols. Currently, POM and SOA are not mapped. More work is needed here to figure out which GEOS-Chem aerosols should be used to map those. (5) Reverse mapping (aka from GEOS-Chem back to MAM) is not established yet. (6) Clip QI and QL to 1.0E-05 as low values (I have found values as low as 1.0E-141) can make GEOS-Chem blow up in sulfate_mod. (7) Add empty m_spc_id.F90, required by MAM4 (8) In mo_chem_utils, replace tracerNames by tracname. This is required as MAM aerosols are not in tracerNames (which only includes GEOS-Chem species). Add get_inv_ndx. I believe that this change temporarily breaks dry deposition as performed by MOZART. More investigation is needed here. (9) Add subroutine in mo_drydep to load in land types which is required for MAM4 to perform its own dry deposition (10) Add MAM4 aerosols to solsym and define inv_lst (list of fixed species) ---- TODOs: (1) Establish reverse mappings (GEOS-Chem -> MAM4) (2) Check MOZART's dry deposition routines. (3) As of right now, MAM4 performs dry deposition. Would it be possible to let GEOS-Chem perform dry deposition of aerosols? (4) What to do regarding pure GEOS-Chem aerosols (e.g. NIT)? Chore: Fix indentation + capitalization Feat: Add option to get land types from HEMCO Fix: Aerosol mapping requires more indices in MMR_Beg. Remove custom emissions Feat: Add emissions to CESM-GC Fix: Prevent emissions from adding up in CESM-GC. Reset cam_in%cflx Feat: Modify aero_model.F90 to let GEOS-Chem handle its own aerosols Fix: Resolve circular dependency Feat: Rename HCO_surf_salinity to HCO_salinity (1) The physics buffer does not allow to store strings as long as `HCO_surf_salinity` and would, for instance, store `HCO_surf_salinit`. To avoid confusion, we rename it to `HCO_salinity`, same for `HCO_iodide`. Feat: Allow CESM-GC to output dry deposition velocity used by GEOS-Chem (1) Add addfld and outfld statements for each dry deposition species, using State_Chm%DryDepVel (2) Fix to let chemistry.F90 when LANDTYPE_HEMCO is 1. Feat: Uncomment call to DO_MIXING to allow for dry deposition Feat: Change IC condition file (1) Renamed some species into their GEOS-Chem equivalent. This new IC file is a mere copy of the default file, with some species renamed Fix: Replace species number with `gas_pcnst` Feat: Reindexed GEOS-Chem species: tracers, MAM aerosols, SL species (1) This reindexing is necessary as MAM requires that there is a linear mapping (constant offset) between solsym and constituents. (2) adv_mass is now properly defined in mo_sim_dat, using GEOS-Chem values for all species, except MAM aerosols. Feat: Add runtime option to using GEOS-Chem wet deposition Feat: Add files to allow for NEU wet deposition scheme (1) Add mo_neu_wetdep (copied from MOZART) (2) Add additional files (mo_mean_mass, mo_setinv, gas_wetdep_opts) (3) Add new field in mo_neu_wetdep (WDRATE), corresponding to the wet removal rate in kg/s Feat: Add NEU WD routines + MAM gas-aerosol exchange ( 1) Added NEU wet deposition routines. Option to choose between NEU and GEOS-Chem wet deposition scheme is available at runtime. See commit #a8d642c ( 2) Added diagnostic fields for wet deposition. These match the names of the same quantities in MOZART ( 3) Added MAM gas-aerosol exchange ( 4) Rename field DDVel and SurfFlux into DepVel and DepFlux. Might need to change those in the future to match those in MOZART ( 5) Established MAM4 aerosol to GEOS-Chem species mapping based on discussion with Louisa Emmons ( 6) Added inverse mapping map2GCinv hat maps tracers onto constituent. This is now used in chem_emissions. ( 7) Added map2chm which maps solsym onto GEOS-Chem species and constituents ( 8) Remove special handlings when defining constituents. Variable names are now changed in the IC file. ( 9) Compute CSZAmid field (10) Fix bug where qH2O was flipped vertically Feat: Get UVALBEDO from HEMCO *CAM only defines albedo during daytime. However, UVALBEDO is only used for photolysis, which should be fine. Feat: Define MaxTrop/StratLev from grid + Add Set_H2O_Trac Feat: Add OH and JRates diagnostics. Feat: Get H2O mmr from specific humidity (1) GEOS-Chem's water mass mixing ratio is derived from CAM's specific humidity (2) Additionally, the JRates diagnostics are only computed if they are an output field Chore: Remove unnecessary comment Fix: Unit check failed because 'kg/ kg dry' /= 'kg/kg dry' Feat: Remove special handlings as we now use GEOS-Chem IC (1) Previously GEOS-Chem species were modified to account for the species in the CAM restart file (e.g. HNO2 vs HONO). Now, we just use GEOS-Chem initial conditions that have been regridded to ~0.9x1.25 Feat: Add option to pass H2O tendency to Q + change some addfld Feat: Set State_Met%OMEGA equal to state%omega Feat: Allow CESM-GC to compute overhead ozone from State_Chm%Species Feat: Allow CESM-GC runs to be restartable Feat: Implement 3-D emissions. (1) Surface emissions (layer PVER) are passed to cam_in%cflx while the non-surface emissions are added directly to the chemical tendencies (2) Dry deposition fluxes are now passed to cam_in%cflx such that: cam_in%cflx = eflx - dflx (3) Remove call to DO_MIXING as this is now handled by CAM. Feat: Replace tracerNames with solsym in chem_implements_cnst Feat: Changes required by GEOS-Chem 13.0.0 Feat: Move compile time flags to run time flags for DD velocities Feat: Read OMOC from HEMCO and store in State_Chm Feat: Move all GEOS-Chem related diagnostics to cesmgc_diag_mod.F90 Feat: Add missing initialization of ThisLoc and ErrMsg Feat: Add option to output State_Met in cesmgc_diag_mod.F90 Feat: Update GEOS-Chem branch in Externals_CAM.cfg to be `CESM` Feat: Replace pp_geoschem with geoschem Feat: Reset MAM-inherited aerosols to 0 before mapping (1) Resetting MAM-inherited aerosols in State_Chm%Species allows these aerosols to not accumulate over time. Otherwise, we would have for instance: BCPI = BCPI + MAM4, which would accumulate overtime if BCPI was not reset (2) Lowered the threshold on QI and QL to 1.0E-10 rather than 1.0E-05 Feat: Add MAM aerosols to cesmgc_diag_mod Feat: Add lightning emissions Feat: Add MEGAN emissions Feat: Symbolic link to mozart/mo_lightning Feat: Add symbolic link to MOZART files, rather than copy Feat: Add lightning, MEGAN, aerosol and fire emissions Feat: Remote WDRATE_* from CAM history fields Fix: Molar weight pFe Fix: Add to_upper to tracerNames, required since 'pFe' /= 'PFE' Chore: Try lower and uppercase tracernames when getting data from pbuf Fix: Handle cases where ncol /= pcols Chore: Add note explaining why DQRLSAN needs to be zero in top layer Feat: Pass GEOS-Chem aerosol emissions to MAM tendencies Fix: Fix typo SO4S vs SOAS Feat: Enforce lq('Q') to be true if passing H2O tendencies: (1) lq(cQ) = .True. if applyQTend is True (2) iFirstCnst is now a variable in chem_mods (3) Reset cam_in%cflx for all species (including MAM aerosols) Feat: Only diagnose wet deposition rates of soluble species Feat: Skip emissions on first time step before HEMCO fills in data Feat: Add chem_is-like function in mo_chm_utls Fix: Fix typo Feat: Add or rename some output fields: (1) Add option to save out chemical tendencies (kg/kg/s or kg/s) (2) Rename output fluxes to match CAM-Chem Feat: Add _CLFX and other CAM-Chem like diagnostics to CESM-GC Feat: Add new GC compsets that mimic CAM-Chem compsets: (1) New compsets (2) Enforce NTHRDS_ATM to be 1 when running with GEOS-Chem Feat: Add new use_cases XML entries for newly added GC compsets Feat: Turn on rad_prog_ozone for GEOS-Chem chemistry Feat: Implement CAM-Chem like diagnostics for CESM-GC: (1) Rename diagnostics to match CAM-Chem's (2) Only perform diagnostics computations if field is an output. Use hist_fld_active whenever a call to outfld is performed. Feat: Make sure that GC's SOAGX species is not picked up by MAM Fix: Remove debug statement in cesmgc_diag_mod Feat: Add mmr tendencies for MAM aerosols from chemistry Feat: Replace DO loops with array element-wise operations Feat: Set NTHRDS_*=1 when using a GEOS-Chem compset Feat: Make SDYN compset with GEOS-Chem have 56 levs Feat: Pass chemical tendencies to MAM aerosols: (1) Changes in aerosol concentrations due to GEOS-Chem processing is now passed to chemical tendencies for MAM aerosols (2) Wet deposition of MAM-inherited aerosols is not performed in GEOS-Chem. To do so, we define a new logical `WD_ExternalDep` in SpcInfo Feat: Remove mass-weighted OH concentration diagnostics Feat: Add CO2 as constituent Feat: Compute CO2 chemical tendencies: (1) GEOS-Chem overwrites CO2 concentrations at every time step. We thus set State_Chm%Species(:,:,:,iCO2) = 0.0e+00 before chemistry and compute chemical tendencies based on how much CO2 has been produced. (2) Cleanup Feat: Apply CAM-Chem surface boundary conditions for long-lived species Feat: Remove hardwired path to GEOS-Chem CHEM_INPUTS directory Feat: Remove hard-wired paths for GEOS-Chem inputs: (1) All input files are now (one-time) copied from geoschem_src/run/CESM to Buildconf/camconf. Then to the run folder every time builnml is called Feat: Read from input.geos Feat: Read input.geos rather than hard-wiring input options Feat: Add check to make sure that solsym is following list of GC tracer Chore: Clean up in short_lived_species Fix: Fix wrong reference MMR Chore: Cleanup, remove unused MWRatio and longNames Feat: Update .exclude to exclude gosat and tccon from GEOS-Chem folder Feat: Get strat_chem data from HEMCO Feat: Add timers around DO_CHEMISTRY + Fix diagnostic in WetDep Feat: Remove PSO4 diagnostic (write statement) Fix: Fix diagnostics of emissions Feat: Remove option to let GEOS-Chem perform wet scavenging. (1) The only option to perform convective scavenging in CESM-GC is currently to rely on the NEU scheme, which handles large-scale precipitation and convective scavening. Since the variables required by the GEOS-Chem convective routines cannot be extracted easily, we rely on the NEU scheme to perform washout due to both LS precipitation and convective scavenging for gases AND aerosols. (2) A next commit will follow to specify Henry coefficients of aerosols. The best option is to probably set something similar as HNO3 Feat: Make non-MAM GC aerosols "gas-like" species for wet&dry dep (1) Move all GC aerosols from aer_drydep_list to drydep_list and from aer_wetdep_list to gas_wetdep_list (see previous commits too) (2) This allows to remove the 'GC_AER_' terminology for GC aerosols (3) Aerosol emission fluxes (e.g. BCPI) are now passed directly to MAM (e.g. flux to bc_a4). This allows for the removal of some interfacing code in cesmgc_emissions_mod.F90 (4) Fix diagnostic naming issues (e.g. replaced WD_HBR with WD_HBr) (5) Remove extra bit of code in cesmgc_diag_mod dealing with wet dep in GEOS-Chem, which had been removed in previous commits (6) In mo_neu_wetdep.F90, make all GC aerosols be removed like HNO3 (7) Revert previous changes in modal_aero that used to deal with GC aerosols in aer_drydep_list Signed-off-by: Thibaud Fritz <fritzt@mit.edu> The file was modified
cime_config/config_pes.xml (diff) The file was removed src/chemistry/pp_geoschem/mo_tracname.F90 The file was modified
src/chemistry/modal_aero/aero_model.F90 (diff) The file was added src/chemistry/geoschem/cesmgc_emissions_mod.F90 The file was removed src/chemistry/pp_geoschem/mo_apex.F90 The file was added src/chemistry/geoschem/charge_neutrality.F90 The file was added src/chemistry/geoschem/tracer_cnst.F90 The file was added bld/namelist_files/use_cases/hist_geoschem.xml The file was modified
cime_config/buildnml (diff) The file was added src/chemistry/geoschem/mo_ghg_chem.F90 The file was added bld/namelist_files/use_cases/sd_geoschem.xml The file was removed src/chemistry/pp_geoschem/chem_prod_loss_diags.F90 The file was modified
src/chemistry/bulk_aero/aero_model.F90 (diff) The file was removed src/chemistry/pp_geoschem/short_lived_species.F90 The file was removed src/chemistry/pp_geoschem/mo_gas_phase_chemdr.F90 The file was added src/chemistry/geoschem/chem_mods.F90 The file was modified
bld/config_files/definition.xml (diff) The file was removed src/chemistry/pp_geoschem/charge_neutrality.F90 The file was modified
cime_config/config_component.xml (diff) The file was added src/chemistry/geoschem/mo_gas_phase_chemdr.F90 The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was added src/chemistry/geoschem/mo_mean_mass.F90 The file was added src/chemistry/geoschem/.exclude The file was removed src/chemistry/pp_geoschem/mo_chem_utls.F90 The file was removed src/chemistry/pp_geoschem/upper_bc.F90 The file was added src/chemistry/geoschem/getLandTypes.F90 The file was added src/chemistry/geoschem/mo_neu_wetdep.F90 The file was removed src/chemistry/pp_geoschem/chemistry.F90 The file was modified
bld/build-namelist (diff) The file was added src/chemistry/geoschem/chem_prod_loss_diags.F90 The file was removed src/chemistry/pp_geoschem/clybry_fam.F90 The file was removed src/chemistry/pp_geoschem/mo_drydep.F90 The file was added src/chemistry/geoschem/mo_sim_dat.F90 The file was added src/chemistry/geoschem/mo_chem_utls.F90 The file was modified
bld/perl5lib/Build/ChemNamelist.pm (diff) The file was added src/chemistry/geoschem/clybry_fam.F90 The file was removed src/chemistry/pp_geoschem/chem_mods.F90 The file was removed src/chemistry/pp_geoschem/aero_model.F90 The file was removed src/chemistry/aerosol/drydep_mod.F90 The file was removed src/chemistry/pp_geoschem/mo_lightning.F90 The file was modified
bld/namelist_files/use_cases/geoschem.xml (diff) The file was modified
src/chemistry/mozart/mo_chem_utls.F90 (diff) The file was removed src/chemistry/pp_geoschem/gc_emissions.F90 The file was added src/chemistry/geoschem/mo_apex.F90 The file was added src/chemistry/geoschem/rate_diags.F90 The file was added src/chemistry/geoschem/gas_wetdep_opts.F90 The file was added src/chemistry/aerosol/aer_drydep_mod.F90 The file was added src/chemistry/geoschem/mo_lightning.F90 The file was added src/chemistry/geoschem/short_lived_species.F90 The file was added src/chemistry/geoschem/fire_emissions.F90 The file was removed src/chemistry/pp_geoschem/getLandTypes.F90 The file was added src/chemistry/geoschem/chemistry.F90 The file was added src/chemistry/geoschem/tracer_srcs.F90 The file was modified
Externals_CAM.cfg (diff) The file was added src/chemistry/geoschem/mo_setinv.F90 The file was removed src/chemistry/pp_geoschem/rate_diags.F90 The file was added src/chemistry/geoschem/cesmgc_diag_mod.F90 The file was added src/chemistry/geoschem/mo_drydep.F90 The file was removed src/chemistry/pp_geoschem/mo_sim_dat.F90 The file was modified
cime_config/config_compsets.xml (diff) The file was added src/chemistry/geoschem/upper_bc.F90 The file was added src/chemistry/geoschem/m_spc_id.F90 The file was removed src/chemistry/pp_geoschem/epp_ionization.F90 The file was modified
bld/configure (diff) The file was removed src/chemistry/pp_geoschem/.exclude The file was modified
src/chemistry/modal_aero/modal_aero_data.F90 (diff) The file was added src/chemistry/geoschem/mo_tracname.F90 The file was added src/chemistry/geoschem/epp_ionization.F90 The file was modified
src/chemistry/geoschem/chemistry.F90 (diff)
Commit
edf905677eb53ad73986d673f04ee3e7bec6dc1b
by elundgren Squashed 4 commits from Thibaud Fritz Feat: Uniformize calls to HEMCO Fix: Replace SO4S with SO4s Fix: Fix XML file name Feat: Capitalize all GC constituents name, and other updates: (1) This is required because boundary conditions are stored with capitalized name. I would rather follow the same terminology as MOZART (with capitalized constituents) rather than modify the interface with flbc. (2) Update geoschem.xml to match FC2000climo compset (3) Fix bug where lght_no_prod_factor was not applied in CESM-GC (4) Set ext_frc_specifier to '' for CESM-GC compsets as we rely on HEMCO The file was modified
src/chemistry/geoschem/mo_sim_dat.F90 (diff) The file was modified
src/chemistry/geoschem/mo_neu_wetdep.F90 (diff) The file was modified
cime_config/config_component.xml (diff) The file was modified
bld/build-namelist (diff) The file was modified
bld/namelist_files/use_cases/sd_geoschem.xml (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
bld/namelist_files/use_cases/geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff)
Commit
de05dff245a7805ef7167839c963d0037b41a58e
by elundgren Squashed 10 commits from Thibaud Fritz Fix: Pass surface J-Rates to HEMCO for PARANOX Fix: Update MMR_Beg for MAM aerosols: (1) This fix avoids a slow, but steady build up of some MAM aerosols Fix: Make sure GEOS-Chem (aerosol phase) MSA is not picked up by MAM Feat: Diagnose constituents as mol/mol apart from MAM aerosols Feat: Update namelist_defaults s.t. geoschem mimics trop_strat_mam4vbs Feat: Update geoschem.xml to mimic history_* XML variables Feat: Add history_* options to save out fields in cesmgc_diag_mod Feat: Don't make solsym fixed size, but rather of size gas_pcnst Feat: Change nadv_chem from 240 to 238 Feat: Add more history_* options to save out fields (mimic CAM-Chem) Signed-off-by: Thibaud Fritz <fritzt@mit.edu> The file was modified
src/chemistry/geoschem/cesmgc_diag_mod.F90 (diff) The file was modified
bld/namelist_files/use_cases/geoschem.xml (diff) The file was modified
src/chemistry/modal_aero/modal_aero_gasaerexch.F90 (diff) The file was modified
src/chemistry/geoschem/chem_mods.F90 (diff) The file was modified
src/chemistry/geoschem/cesmgc_emissions_mod.F90 (diff) The file was modified
bld/configure (diff) The file was modified
src/chemistry/geoschem/mo_neu_wetdep.F90 (diff) The file was modified
src/chemistry/geoschem/mo_tracname.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/chemistry/geoschem/cesmgc_emissions_mod.F90 (diff)
Commit
b1d572e117d2380060cd4d49393d16e3a9bbb707
by elundgren Squashed 18 commits from Thibaud Fritz Feat: Revert mo_drydep to MOZART's version + Update chemistry.F90 (1) Note that most of the mo_drydep routines are unused. We only need to load in landtypes for MAM Feat: Add aerosol number emissions in CESM-GC (1) Emission diameters are taken from: Emmons, Louisa K., et al. "The chemistry mechanism in the Community Earth System Model version 2 (CESM2)." Journal of Advances in Modeling Earth Systems 12.4 (2020). Feat: Lump GEOS-Chem SO4 with so4_a* and H2SO4 Fix: Remove hard-wired number emissions as this has been moved to HEMCO Feat: Update .xml files with GEOS-Chem chemistry (MEGAN) Feat: Add MEGAN emissions with GEOS-Chem species Fix: Update IF condition for SRF diagnostics Feat: Add hemco_nl in build-namelist Feat: Rename geoschem.xml to 2000_geoscheml.xml (FC2000climo_GC) Feat: Add 2010_geoscheml.xml (FC2010climo_GC) Feat: Update config_component to reflect recent changes to xml files Feat: Add SOA mapping between MAM and GEOS-Chem complex SOA option (1) Add mapping (2) Extend number of constituents Feat: Add AEIC organic species to external forcings list Feat: Add GEOS-Chem surface boundary conditions Feat: Update .gitignore to exclude GEOS-Chem source code Fix: Fix for sulfur mapping between CESM2 and GEOS-Chem (1) SO4_gasRatio and binRatio are in mol/mol, not kg/kg Feat: Update .exclude for GEOS-Chem 13.1 Fix: Update in-cloud opticaldepth with cloud fractions The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
src/chemistry/geoschem/mo_drydep.F90 The file was modified
bld/build-namelist (diff) The file was added bld/namelist_files/use_cases/2000_geoschem.xml The file was modified
src/chemistry/geoschem/cesmgc_emissions_mod.F90 (diff) The file was modified
bld/configure (diff) The file was added bld/namelist_files/use_cases/2010_geoschem.xml The file was modified
src/chemistry/geoschem/cesmgc_diag_mod.F90 (diff) The file was modified
src/chemistry/geoschem/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_trop_strat_mam4_vbs/mo_sim_dat.F90 (diff) The file was removed bld/namelist_files/use_cases/geoschem.xml The file was modified
src/chemistry/geoschem/.exclude (diff) The file was modified
src/chemistry/pp_trop_strat_mam4_vbsext/chem_mods.F90 (diff) The file was modified
bld/namelist_files/use_cases/sd_geoschem.xml (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
.gitignore (diff) The file was modified
cime_config/config_component.xml (diff) The file was modified
src/chemistry/geoschem/mo_neu_wetdep.F90 (diff) The file was modified
src/chemistry/pp_trop_strat_mam4_vbs/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_trop_strat_mam4_vbsext/mo_sim_dat.F90 (diff) The file was modified
src/chemistry/geoschem/mo_sim_dat.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
bld/namelist_files/use_cases/2000_geoschem.xml (diff) The file was modified
src/chemistry/modal_aero/sox_cldaero_mod.F90 (diff) The file was modified
src/chemistry/geoschem/gas_wetdep_opts.F90 (diff) The file was modified
src/chemistry/pp_trop_strat_mam4_vbsext/mo_sim_dat.F90 (diff) The file was modified
src/chemistry/pp_trop_strat_mam4_vbs/mo_sim_dat.F90 (diff) The file was modified
src/dynamics/mpas/driver/cam_mpas_subdriver.F90 (diff)
Commit
28bc86407223c6b9b4516b2c893ea83c26b2c4b8
by skamaroc Added MPAS mesh information and coefficients for computing the frontogenesis function to the dynamics export state for use in d_p_coupling (where the frontogenesis function and angle are computed). The file was modified
src/dynamics/mpas/dyn_comp.F90 (diff) The file was modified
src/dynamics/mpas/dyn_comp.F90 (diff) The file was modified
src/dynamics/mpas/dp_coupling.F90 (diff)
Commit
71fb83adfdb9be465f84a3b9661281a2f2e015c7
by elundgren Enable compilation in CESM 2.3 for non-GEOS-Chem case This commit includes: 1. Syntax bug fixes in perl file ChemNamelist.pm 2. Setting perl smartmatch to experimental in ChemNamelist.pm to avoid perl version dependent build error for use of '~~' (checks if item is in array) 3. Remove CAM imports lwtgcell, pwtgcell, and lai that are used for GEOS-Chem dry deposition velocity calculation. In a future update GEOS-Chem will no longer calculate dry deposition velocity when run in CESM so these imports are not needed. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
bld/perl5lib/Build/ChemNamelist.pm (diff) The file was modified
src/control/camsrfexch.F90 (diff) The file was modified
cime_config/buildcpp (diff) The file was modified
bld/config_files/definition.xml (diff) The file was modified
src/chemistry/geoschem/cesmgc_emissions_mod.F90 (diff) The file was modified
src/chemistry/geoschem/getLandTypes.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
bld/namelist_files/use_cases/sd_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
cime_config/config_compsets.xml (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff)
Commit
6fd974497839ffee00064929dbbc0f06f6e2727d
by elundgren Modifications for new GEOS-Chem species (HMS) in version 13.3 - Added HMS to solsym array and increased length by 1 - Add HMS molecular wt to adv_mass array and increased length by 1 - Increased parameter nTracersMax by 1 - Increased bld/configure variables chem_nadv by 1 Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
src/chemistry/geoschem/chem_mods.F90 (diff) The file was modified
bld/configure (diff) The file was modified
src/chemistry/geoschem/mo_sim_dat.F90 (diff) The file was modified
Externals_CAM.cfg (diff)
Commit
425bb4996dd430f45343ced4222220509ac96f74
by elundgren Change GEOS-Chem branch name to diverge from version used in CESM-GC 2.1 CESM-GC using CESM 2.1 used GEOS-Chem 13.1. The GEOS-Chem version used in development for CESM 2.3 is 13.3. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
Externals_CAM.cfg (diff) The file was modified
bld/namelist_files/use_cases/sd_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/2010_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/2000_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/geoschem_baro_moist.xml (diff)
Commit
1778e5d0cb4b7f9b1d317f4396be6db1daae9dec
by elundgren Bug fix: increase module parameter gas_pcnst by 1 to include HMS This is necessary after upgrading the GEOS-Chem version since HMS is a newly added advected gas species. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
src/chemistry/geoschem/chem_mods.F90 (diff) The file was modified
src/physics/cam/physpkg.F90 (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/chemistry/geoschem/mo_neu_wetdep.F90 (diff) The file was modified
cime_config/config_component.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
src/cpl/nuopc/atm_comp_nuopc.F90 (diff) The file was modified
src/physics/cam/physpkg.F90 (diff) The file was modified
cime_config/config_compsets.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
cime_config/config_component.xml (diff)
Commit
19832a954840caaf924015c5b620faaad06555be
by elundgren No diff updates to GEOS-Chem use cases to document diffs with non-GC Also deleted unused use case defined in geoschem_baro_moist.xml Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
bld/namelist_files/use_cases/2010_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/sd_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/2000_geoschem.xml (diff) The file was modified
src/physics/carma/models/dust/carma_model_mod.F90 (diff) The file was modified
src/physics/carma/cam/carma_intr.F90 (diff)
Commit
e6dd893c9d28618cf8a208c24f65605b42d0fe9e
by elundgren Clean up GEOS-Chem compset namelists -Move megan_specifier definition for GEOS-Chem in use_cases files to bld/build-namelist given chem=geoschem -Move cam_physics_mesh definitions used by HEMCO from use_cases files to namelist_defaults_cam.xml -Remove drydep_method, ext_frc_*, and srf_emis_* parameters from GEOS-Chem use case files -Delete namelist file (geoschem_baro_moist.xml) for unused GEOS-Chem compset -Set default RUN_STARTDATE for the GEOS-Chem climo compsets in config_compsets.xml -Remove ext_frc_* and srf_emis_* variables from geoschem/chemistry.F90 since not used -Fix incorrect comment in mo_chem_utls.F90 Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
bld/namelist_files/use_cases/sd_geoschem.xml (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
cime_config/config_compsets.xml (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/2010_geoschem.xml (diff) The file was removed bld/namelist_files/use_cases/geoschem_baro_moist.xml The file was modified
bld/build-namelist (diff) The file was modified
bld/namelist_files/use_cases/2000_geoschem.xml (diff) The file was modified
src/chemistry/geoschem/mo_chem_utls.F90 (diff)
Commit
849edd7eecfcdb8e31ef66c563b1f40e05eb4f64
by elundgren Move GEOS-Chem deposition lists to common file with namelist defaults This update also slims down the dry deposition lists to not include aerosols or unused species (new lists submitted by Haipeng Lin). Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
bld/namelist_files/use_cases/2000_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/sd_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/2010_geoschem.xml (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/chemistry/geoschem/mo_neu_wetdep.F90 (diff)
Commit
4fa1cf41517aad55d0e5438a7a051294ea08e6be
by elundgren Update Neu wet dep debug prints in GEOS-Chem Debug prints are now only done by the master processor. The debug logical is still manually set in mo_neu_wetdep.F90. It is false by default. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
src/chemistry/geoschem/mo_neu_wetdep.F90 (diff) The file was modified
src/chemistry/geoschem/mo_sim_dat.F90 (diff) The file was modified
bld/configure (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/chemistry/geoschem/cesmgc_diag_mod.F90 (diff) The file was modified
src/chemistry/geoschem/chem_mods.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
cime_config/buildnml (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff)
Commit
43822634f7b15a9b9570289232d6d3b0d2bf895f
by fvitt changes for unstructured grids modified: Externals_CAM.cfg modified: bld/namelist_files/namelist_defaults_cam.xml modified: cime_config/testdefs/testmods_dirs/cam/carma_dust/user_nl_cam modified: cime_config/testdefs/testmods_dirs/cam/carma_meteor_impact/user_nl_cam modified: cime_config/testdefs/testmods_dirs/cam/carma_mixed_sulfate/user_nl_cam modified: cime_config/testdefs/testmods_dirs/cam/carma_pmc/user_nl_cam modified: src/physics/cam/physpkg.F90 modified: src/physics/carma/cam/carma_constants_mod.F90 modified: src/physics/carma/cam/carma_getH2O.F90 modified: src/physics/carma/cam/carma_getH2SO4.F90 modified: src/physics/carma/cam/carma_getT.F90 modified: src/physics/carma/cam/carma_intr.F90 modified: src/physics/carma/models/cirrus/carma_model_mod.F90 modified: src/physics/carma/models/dust/carma_model_mod.F90 modified: src/physics/carma/models/meteor_impact/carma_model_mod.F90 modified: src/physics/carma/models/sea_salt/carma_model_mod.F90 The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/carma_pmc/user_nl_cam (diff) The file was modified
src/physics/carma/cam/carma_intr.F90 (diff) The file was modified
src/physics/carma/models/dust/carma_model_mod.F90 (diff) The file was modified
src/physics/carma/models/sea_salt/carma_model_mod.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/carma_mixed_sulfate/user_nl_cam (diff) The file was modified
src/physics/carma/models/meteor_impact/carma_model_mod.F90 (diff) The file was modified
src/physics/carma/cam/carma_constants_mod.F90 (diff) The file was modified
src/physics/carma/cam/carma_getH2O.F90 (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/carma_meteor_impact/user_nl_cam (diff) The file was modified
src/physics/carma/cam/carma_getT.F90 (diff) The file was modified
src/physics/carma/cam/carma_getH2SO4.F90 (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/carma_dust/user_nl_cam (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
bld/configure (diff) The file was modified
src/chemistry/geoschem/chem_mods.F90 (diff) The file was modified
src/chemistry/geoschem/mo_sim_dat.F90 (diff)
Commit
5c153c177752f4f47ea23418fa8bbaf5cd0829b1
by elundgren Updates to get gas-phase dry deposition when using GEOS-Chem to run Gas-phase dry deposition using GEOS-Chem is not yet validated. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff)
Commit
ca65b5feb79242b5139c40891aad03c85cabf122
by fvitt read cell_gradient_coefs from IC file only if front GWs are turn on; cold start CLM in mpasa480 test; clean up modified: cime_config/testdefs/testmods_dirs/cam/outfrq9s_mpasa480/shell_commands modified: src/dynamics/mpas/dp_coupling.F90 modified: src/dynamics/mpas/driver/cam_mpas_subdriver.F90 The file was modified
src/dynamics/mpas/driver/cam_mpas_subdriver.F90 (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq9s_mpasa480/shell_commands (diff) The file was modified
src/dynamics/mpas/dp_coupling.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff)
Commit
2ef2070a4d5057f4b2dcea5d4b7611c08b81a1ec
by fvitt ignore fixedinit issues with SE dycore; revert carma_get profile routines modified: cime_config/testdefs/testmods_dirs/cam/carma_pmc/user_nl_cam modified: src/physics/carma/cam/carma_getH2O.F90 modified: src/physics/carma/cam/carma_getH2SO4.F90 modified: src/physics/carma/cam/carma_getT.F90 The file was modified
src/physics/carma/cam/carma_getT.F90 (diff) The file was modified
src/physics/carma/cam/carma_getH2O.F90 (diff) The file was modified
src/physics/carma/cam/carma_getH2SO4.F90 (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/carma_pmc/user_nl_cam (diff)
Commit
8cc55751fa18d7d76686295100c04990bd3ea784
by fvitt Turn on frontogenesis GWs in WACCM-SC; add cheyenne tests modified: Externals_CAM.cfg modified: bld/namelist_files/namelist_defaults_cam.xml modified: cime_config/config_pes.xml modified: cime_config/testdefs/testlist_cam.xml modified: src/dynamics/mpas/driver/cam_mpas_subdriver.F90 modified: src/dynamics/mpas/dyn_comp.F90 The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/dynamics/mpas/driver/cam_mpas_subdriver.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/dynamics/mpas/dyn_comp.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
cime_config/config_pes.xml (diff) The file was modified
src/dynamics/mpas/dp_coupling.F90 (diff)
Commit
977dafe2b60b4b7497eb2a0f19a3b7e703beff68
by fvitt some code clean up modified: src/dynamics/mpas/dp_coupling.F90 modified: src/dynamics/mpas/driver/cam_mpas_subdriver.F90 modified: src/dynamics/mpas/dyn_comp.F90 modified: src/dynamics/mpas/dyn_grid.F90 The file was modified
src/dynamics/mpas/dp_coupling.F90 (diff) The file was modified
src/dynamics/mpas/dyn_comp.F90 (diff) The file was modified
src/dynamics/mpas/driver/cam_mpas_subdriver.F90 (diff) The file was modified
src/dynamics/mpas/dyn_grid.F90 (diff)
Commit
e565c302bcb875b737d41ea33084f28755797b83
by elundgren Change geoschem .exclude file to use relative paths to files Previously file only contained filenames. This update should be used with CIME updates submitted in: ESMCI/cime#4180 ESMCI/cime#4302 Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
src/chemistry/geoschem/.exclude (diff)
Commit
03f75fdc3aeecaf12342e27972750c5c0003c0d4
by elundgren Clean up new debug print code in physpkg.F90 Local debug option can be enabled in the source code to print messages before and after chem_timestep_tend and aero_model_drydep are called. Prints are off by default. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
src/physics/cam/physpkg.F90 (diff) The file was modified
src/physics/cam/constituents.F90 (diff)
Commit
a11b7e867fb9d208b1f2061a55a7444faab7b150
by elundgren Remove online land type option when using GEOS-Chem and use Olson/XLAI Dry deposition in GEOS-Chem now uses a combination of CLM dry deposition velocities and GEOS-Chem computed velocities which is determined by presence of ocean (100% CLM velocities if no ocean, 100% GEOS-Chem velocities if all ocean, and a scaled value of the two if in between). This update also uncomments several code that set State_Met fields, and the logicals for CLM drydep vel and online land type is removed (the former is effectively now always true and the latter is always false). Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff)
Commit
5ddd22e02bade976bf5ba61332a48765a4561f5f
by elundgren Externals update to use latest GEOS-Chem, HEMCO_CESM, and HEMCO These will need to change again before merge because GEOS-Chem 14.0.0 and HEMCO 3.5.0 are not yet released, and I am now using my fork of HEMCO_CESM with modifications needed to link to and build latest HEMCO as is. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
Externals_CAM.cfg (diff)
Commit
fd67bd8ed57b679873d58574586375afd1f373f2
by elundgren Temporarily put wetdep and drydep lists in namelist file per GEOS-Chem case This is until there is a better way to handle the wetdep and drydep lists for GEOS-Chem cases Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/sd_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/2010_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/2000_geoschem.xml (diff)
Commit
bfd2a090261eadb3cfc71a36d233a3108e228361
by elundgren Add deposition coefficient data file to GEOS-Chem use case files Eventually this will go higher up in the cam bld directory since the same file is used for all GEOS-Chem cases. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
bld/namelist_files/use_cases/2000_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/sd_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/2010_geoschem.xml (diff) The file was modified
src/chemistry/geoschem/mo_neu_wetdep.F90 (diff) The file was modified
bld/configure (diff) The file was modified
src/chemistry/geoschem/chem_mods.F90 (diff) The file was modified
src/chemistry/geoschem/mo_sim_dat.F90 (diff) The file was modified
cime_config/config_compsets.xml (diff) The file was modified
bld/namelist_files/use_cases/sd_geoschem.xml (diff)
Commit
822cd06727acfcfc8e79b1e2528aa554cbee1974
by elundgren Fix parameters incremented for non-advected species added to solysm Only gas_pcnst should be incremented when adding non-advected species to solsym. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
src/chemistry/geoschem/chem_mods.F90 (diff) The file was modified
bld/configure (diff)
Commit
805659715e1d158374aa9ebd65fdc675529cdc7d
by elundgren Change Default FCHIST_GC run startdate year from 2010 t0 2015 This avoids an error retrieving CEDS emissions for which 2010 is not available. This update also include a minor comment change in chem_mods. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
src/chemistry/geoschem/chem_mods.F90 (diff) The file was modified
cime_config/config_compsets.xml (diff) The file was modified
src/cpl/nuopc/atm_import_export.F90 (diff)
Commit
4550b55237fc72d7fa4756afc08617beaacbabf3
by fvitt use carma base tag carma4_01; misc cleanup modified: Externals_CAM.cfg modified: src/physics/carma/models/dust/carma_model_mod.F90 modified: src/physics/carma/models/meteor_impact/carma_model_mod.F90 modified: src/physics/carma/models/meteor_smoke/carma_model_mod.F90 modified: src/physics/carma/models/mixed_sulfate/carma_model_mod.F90 modified: src/physics/carma/models/pmc/carma_model_mod.F90 modified: src/physics/carma/models/sea_salt/carma_model_mod.F90 modified: src/physics/carma/models/sulfate/carma_model_mod.F90 modified: src/physics/carma/models/test_growth/carma_model_mod.F90 modified: src/physics/carma/models/test_passive/carma_model_mod.F90 modified: src/physics/carma/models/test_radiative/carma_model_mod.F90 modified: src/physics/carma/models/test_swelling/carma_model_mod.F90 modified: src/physics/carma/models/test_tracers/carma_model_mod.F90 modified: src/physics/carma/models/test_tracers2/carma_model_mod.F90 The file was modified
src/physics/carma/models/test_growth/carma_model_mod.F90 (diff) The file was modified
src/physics/carma/models/mixed_sulfate/carma_model_mod.F90 (diff) The file was modified
src/physics/carma/models/sulfate/carma_model_mod.F90 (diff) The file was modified
src/physics/carma/models/sea_salt/carma_model_mod.F90 (diff) The file was modified
src/physics/carma/models/meteor_smoke/carma_model_mod.F90 (diff) The file was modified
src/physics/carma/models/test_radiative/carma_model_mod.F90 (diff) The file was modified
src/physics/carma/models/test_swelling/carma_model_mod.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/physics/carma/models/meteor_impact/carma_model_mod.F90 (diff) The file was modified
src/physics/carma/models/dust/carma_model_mod.F90 (diff) The file was modified
src/physics/carma/models/pmc/carma_model_mod.F90 (diff) The file was modified
src/physics/carma/models/test_tracers/carma_model_mod.F90 (diff) The file was modified
src/physics/carma/models/test_tracers2/carma_model_mod.F90 (diff) The file was modified
src/physics/carma/models/test_passive/carma_model_mod.F90 (diff) The file was modified
src/physics/carma/cam/carma_intr.F90 (diff) The file was modified
src/physics/carma/cam/carma_constants_mod.F90 (diff)
Commit
bf90a279b74c36913914546302ad4a67b3d8cea7
by fvitt set ubc_specifier for waccm_ma_sulfur chemistry modified: cime_config/testdefs/testmods_dirs/cam/carma_mixed_sulfate/user_nl_cam modified: cime_config/testdefs/testmods_dirs/cam/carma_sulfate/user_nl_cam The file was modified
cime_config/testdefs/testmods_dirs/cam/carma_mixed_sulfate/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/carma_sulfate/user_nl_cam (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
cime_config/config_compsets.xml (diff) The file was added src/chemistry/geoschem/cesmgc_history_mod.F90 The file was modified
src/chemistry/geoschem/cesmgc_diag_mod.F90 (diff) The file was modified
src/chemistry/geoschem/cesmgc_history_mod.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/chemistry/geoschem/cesmgc_history_mod.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
cime_config/config_compsets.xml (diff) The file was modified
cime_config/config_component.xml (diff) The file was added bld/namelist_files/use_cases/hist_geoschem_nudged.xml The file was modified
cime_config/config_compsets.xml (diff) The file was modified
src/control/cam_history_support.F90 (diff) The file was modified
bld/build-namelist (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/ionosphere/waccmx/ionosphere_interface.F90 (diff) The file was modified
src/dynamics/mpas/driver/cam_mpas_subdriver.F90 (diff)
Commit
5c655a6076899f0edd6c2a7ed344b522e223dec7
by fvitt Added MPAS mesh information and coefficients for computing the frontogenesis function to the dynamics export state for use in d_p_coupling (where the frontogenesis function and angle are computed). The file was modified
src/dynamics/mpas/dyn_comp.F90 (diff) The file was modified
src/dynamics/mpas/dp_coupling.F90 (diff) The file was modified
src/dynamics/mpas/dyn_comp.F90 (diff)
Commit
9e7f26d50eab49d44985d4f47ca24a6197531b2a
by fvitt read cell_gradient_coefs from IC file only if front GWs are turn on; cold start CLM in mpasa480 test; clean up modified: cime_config/testdefs/testmods_dirs/cam/outfrq9s_mpasa480/shell_commands modified: src/dynamics/mpas/dp_coupling.F90 modified: src/dynamics/mpas/driver/cam_mpas_subdriver.F90 The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq9s_mpasa480/shell_commands (diff) The file was modified
src/dynamics/mpas/driver/cam_mpas_subdriver.F90 (diff) The file was modified
src/dynamics/mpas/dp_coupling.F90 (diff)
Commit
4e52cded05b19c9227b973c57a151b74fc07b508
by fvitt Turn on frontogenesis GWs in WACCM-SC; add cheyenne tests modified: Externals_CAM.cfg modified: bld/namelist_files/namelist_defaults_cam.xml modified: cime_config/config_pes.xml modified: cime_config/testdefs/testlist_cam.xml modified: src/dynamics/mpas/driver/cam_mpas_subdriver.F90 modified: src/dynamics/mpas/dyn_comp.F90 The file was modified
Externals_CAM.cfg (diff) The file was modified
cime_config/config_pes.xml (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/dynamics/mpas/dyn_comp.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/dynamics/mpas/driver/cam_mpas_subdriver.F90 (diff) The file was modified
src/dynamics/mpas/dp_coupling.F90 (diff)
Commit
1375fc58105ae269a926cd9acf5ff0dcb4aa5bc2
by fvitt some code clean up modified: src/dynamics/mpas/dp_coupling.F90 modified: src/dynamics/mpas/driver/cam_mpas_subdriver.F90 modified: src/dynamics/mpas/dyn_comp.F90 modified: src/dynamics/mpas/dyn_grid.F90 The file was modified
src/dynamics/mpas/dp_coupling.F90 (diff) The file was modified
src/dynamics/mpas/dyn_grid.F90 (diff) The file was modified
src/dynamics/mpas/dyn_comp.F90 (diff) The file was modified
src/dynamics/mpas/driver/cam_mpas_subdriver.F90 (diff) The file was modified
src/ionosphere/waccmx/ionosphere_interface.F90 (diff) The file was modified
src/chemistry/geoschem/cesmgc_history_mod.F90 (diff) The file was modified
bld/build-namelist (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/chemistry/geoschem/cesmgc_emissions_mod.F90 (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem_nudged.xml (diff) The file was modified
src/chemistry/geoschem/cesmgc_history_mod.F90 (diff) The file was modified
src/chemistry/geoschem/cesmgc_history_mod.F90 (diff) The file was modified
src/chemistry/geoschem/cesmgc_diag_mod.F90 (diff) The file was modified
src/chemistry/geoschem/cesmgc_history_mod.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
src/physics/cam/micro_pumas_cam.F90 (diff) The file was modified
src/physics/cam/micro_pumas_cam.F90 (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff)
Commit
76bd32aa35dc0ead94b841cc3bf985b5bd206486
by elundgren Change CMEPS and coupler remotes from fvitt to ESCOMP github Francis Vitt's updates required for GEOS-Chem are now merged into the main development branches and therefore his GitHub branches do not need to be used. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
Externals.cfg (diff) The file was modified
src/physics/cam/microp_driver.F90 (diff) The file was modified
src/physics/cam/modal_aer_opt.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
Externals_CAM.cfg (diff)
Commit
a20ed2df3ac978f6891ea744299262fc9b06c92f
by elundgren Reduce GEOS-Chem dir mozart files; build mozart and pp_none if geos-chem This update required modifications to mozart/mo_chem_utls.F90 to allow optional argument for comparing upper-case letters in function get_spc_ndx. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was removed src/chemistry/geoschem/epp_ionization.F90 The file was removed src/chemistry/geoschem/upper_bc.F90 The file was removed src/chemistry/geoschem/mo_chem_utls.F90 The file was removed src/chemistry/geoschem/fire_emissions.F90 The file was removed src/chemistry/geoschem/mo_setinv.F90 The file was modified
src/chemistry/geoschem/cesmgc_diag_mod.F90 (diff) The file was removed src/chemistry/geoschem/rate_diags.F90 The file was removed src/chemistry/geoschem/tracer_cnst.F90 The file was removed src/chemistry/geoschem/gas_wetdep_opts.F90 The file was modified
src/chemistry/mozart/mo_chem_utls.F90 (diff) The file was removed src/chemistry/geoschem/tracer_srcs.F90 The file was modified
src/chemistry/modal_aero/modal_aero_gasaerexch.F90 (diff) The file was removed src/chemistry/geoschem/mo_apex.F90 The file was modified
bld/configure (diff) The file was removed src/chemistry/geoschem/mo_tracname.F90 The file was removed src/chemistry/geoschem/clybry_fam.F90 The file was removed src/chemistry/geoschem/charge_neutrality.F90 The file was removed src/chemistry/geoschem/mo_gas_phase_chemdr.F90 The file was removed src/chemistry/geoschem/mo_drydep.F90 The file was removed src/chemistry/geoschem/mo_ghg_chem.F90 The file was removed src/chemistry/geoschem/mo_mean_mass.F90 The file was removed src/chemistry/geoschem/mo_lightning.F90 The file was modified
src/chemistry/modal_aero/sox_cldaero_mod.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/physics/cam/microp_driver.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
bld/build-namelist (diff) The file was modified
Externals_CAM.cfg (diff) The file was removed src/chemistry/geoschem/getLandTypes.F90 The file was removed src/chemistry/geoschem/mo_neu_wetdep.F90 The file was modified
src/chemistry/mozart/mo_neu_wetdep.F90 (diff) The file was removed src/chemistry/geoschem/chem_prod_loss_diags.F90 The file was modified
Externals_CAM.cfg (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/chemistry/pp_trop_mam7/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_waccm_mad_mam4/chem_mods.F90 (diff) The file was modified
src/chemistry/geoschem/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_waccm_sc_mam4/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_trop_mam4/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_waccm_tsmlt_mam4/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_terminator/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_waccm_mad/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_none/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_trop_mam3/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_waccm_sc/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_waccm_ma_sulfur/chem_mods.F90 (diff) The file was modified
src/chemistry/mozart/short_lived_species.F90 (diff) The file was modified
src/chemistry/pp_waccm_ma_mam4/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_waccm_tsmlt_mam5/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_trop_strat_mam4_ts2/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_waccm_ma/chem_mods.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was removed src/chemistry/geoschem/short_lived_species.F90 The file was modified
src/chemistry/pp_trop_mam5/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_trop_mozart/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_trop_strat_mam4_vbs/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_trop_strat_mam4_vbsext/chem_mods.F90 (diff) The file was modified
src/cpl/nuopc/atm_comp_nuopc.F90 (diff) The file was modified
src/physics/cam/physpkg.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/cpl/mct/cam_cpl_indices.F90 (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
bld/build-namelist (diff) The file was modified
bld/namelist_files/use_cases/2010_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem_nudged.xml (diff) The file was modified
bld/namelist_files/use_cases/sd_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/2000_geoschem.xml (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
bld/build-namelist (diff) The file was modified
src/physics/cam/microp_driver.F90 (diff) The file was modified
src/physics/cam/modal_aer_opt.F90 (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff)
Commit
0d98d570a6769294e82dc9f566ba78b869cdcfeb
by jimmie.lin Draft commit to support HEMCO_CESM v1.1.0. - Only emissions in extfrc_lst (in mo_sim_dat) will have 3-D emissions now, as only these will have a 3-D pbuf available to save memory. This is accounted for in cesmgc_emissions_mod.F90. - The list of species with 3-D emissions in GEOS-Chem are now listed in mo_sim_dat.F90. - The number of species with 3-D emissions (length of extfrc_lst) is now specified in extcnt in chem_mods.F90. This is a preliminary commit. Further updates are needed to update the HEMCO_CESM external to the appropriate version, as well as moving up to HEMCO 3.6.0. The file was modified
src/chemistry/geoschem/cesmgc_emissions_mod.F90 (diff) The file was modified
src/chemistry/geoschem/mo_sim_dat.F90 (diff) The file was modified
src/chemistry/geoschem/chem_mods.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
Externals_CAM.cfg (diff) The file was added src/physics/cam/stochastic_collect_tau_cam.F90 The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
src/physics/cam/stochastic_collect_tau_cam.F90 (diff) The file was modified
Externals_CAM.cfg (diff)
Commit
7a0fb78f5b6faa7fdb3990738f496f9bbdb5600d
by fvitt adjust regression test list; minor code changes modified: cime_config/testdefs/testlist_cam.xml modified: cime_config/testdefs/testmods_dirs/cam/outfrq1d_physgrid_tem_mpasa120_wcmsc/user_nl_cam modified: cime_config/testdefs/testmods_dirs/cam/outfrq9s_mpasa480/shell_commands modified: src/dynamics/mpas/dp_coupling.F90 modified: src/dynamics/mpas/dyn_comp.F90 The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq1d_physgrid_tem_mpasa120_wcmsc/user_nl_cam (diff) The file was modified
src/dynamics/mpas/dyn_comp.F90 (diff) The file was modified
src/dynamics/mpas/dp_coupling.F90 (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq9s_mpasa480/shell_commands (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/physics/cam/stochastic_collect_tau_cam.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was removed src/physics/cam/stochastic_collect_tau_cam.F90 The file was added src/physics/cam_dev/stochastic_collect_tau_cam.F90 The file was modified
Externals_CAM.cfg (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/chemistry/geoschem/cesmgc_emissions_mod.F90 (diff) The file was added src/physics/cam_dev/stochastic_emulate_cam.F90 The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
src/physics/cam_dev/stochastic_collect_tau_cam.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/chemistry/geoschem/chem_mods.F90 (diff) The file was modified
src/chemistry/geoschem/cesmgc_diag_mod.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
Externals_CAM.cfg (diff)
Commit
1cb122379822256a5311d122ea453e7ef7babaa3
by elundgren Change names of GEOS-Chem diagnostic and emissions modules and subroutines The three GEOS-Chem modules for diagnostics and emissions are now prefixed with 'geoschem_' and contain submodules prefixed with 'GC_'. "Diag" is also expanded to "Diagnostics". Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was removed src/chemistry/geoschem/cesmgc_emissions_mod.F90 The file was removed src/chemistry/geoschem/cesmgc_history_mod.F90 The file was removed src/chemistry/geoschem/cesmgc_diag_mod.F90 The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was added src/chemistry/geoschem/geoschem_history_mod.F90 The file was added src/chemistry/geoschem/geoschem_diagnostics_mod.F90 The file was added src/chemistry/geoschem/geoschem_emissions_mod.F90 The file was added src/physics/cam_dev/stochastic_emulated_cam.F90 The file was removed src/physics/cam_dev/stochastic_emulate_cam.F90 The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
src/physics/cam_dev/stochastic_emulated_cam.F90 (diff) The file was added src/physics/cam_dev/stochastic_tau_cam.F90 The file was removed src/physics/cam_dev/stochastic_collect_tau_cam.F90
Commit
99a66984ac2619a5cc243e84a0887c78c01799d2
by elundgren Move short-lived reference MMR array from chem_mods to short-lived module Reference mixing ratios for short-lived species can now be passed to subroutine register_short_lived_species as an optional argument. If passed then the new module variable for reference values will be allocated and set using the values. Later during initialization these values will be used if the module array is allocated. Also added is a new finalize subroutine for the short_lived_species module so that the module array is deallocated. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
src/chemistry/pp_waccm_mad/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_trop_strat_mam4_vbs/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_waccm_mad_mam4/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_waccm_tsmlt_mam4/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_trop_mam3/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_waccm_tsmlt_mam5/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_waccm_sc/chem_mods.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/chemistry/geoschem/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_trop_mam5/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_trop_mam7/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_waccm_ma_sulfur/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_waccm_sc_mam4/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_trop_strat_mam4_ts2/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_trop_mozart/chem_mods.F90 (diff) The file was modified
src/chemistry/mozart/short_lived_species.F90 (diff) The file was modified
src/chemistry/pp_terminator/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_none/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_trop_mam4/chem_mods.F90 (diff) The file was modified
src/chemistry/mozart/chemistry.F90 (diff) The file was modified
src/chemistry/pp_waccm_ma_mam4/chem_mods.F90 (diff) The file was modified
src/chemistry/pp_trop_strat_mam4_vbsext/chem_mods.F90 (diff)
Commit
a924520cbb4b252e0601bdc3afebfa5ddf09c3c7
by elundgren Delete unused GEOS-Chem build code Code removal guided by: 1. chem value 'geoschem' is not used. Only 'geoschem_mam4' is used 2. CLM version CPP definition -DCLM[40,45,50] no longer used in GEOS-Chem 3. Only CAM60 is used Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
bld/config_files/definition.xml (diff) The file was modified
bld/configure (diff) The file was modified
cime_config/config_component.xml (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
src/cpl/mct/cam_cpl_indices.F90 (diff) The file was modified
src/physics/cam/physpkg.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/chemistry/pp_waccm_ma/chem_mods.F90 (diff)
Commit
1dc70198bbcc3a8f195ddeaa22c09826aa35e489
by jimmie.lin Now emit surface emissions consistently as a 3-D flux term. This is for consistency with recent updates to HEMCO within CAM-chem where emission fluxes are applied as a 3-D flux, even for surface emissions. Signed-off-by: Haipeng Lin <hplin@seas.harvard.edu> The file was modified
src/chemistry/geoschem/geoschem_emissions_mod.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff)
Commit
5d4ef724b6ba4ec76b724a52c84ee5faa58049c4
by fvitt reviewers misc change requests modified: bld/namelist_files/namelist_defaults_cam.xml modified: src/dynamics/mpas/dp_coupling.F90 modified: src/dynamics/mpas/driver/cam_mpas_subdriver.F90 modified: src/ionosphere/waccmx/ionosphere_interface.F90 The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/dynamics/mpas/dp_coupling.F90 (diff) The file was modified
src/ionosphere/waccmx/ionosphere_interface.F90 (diff) The file was modified
src/dynamics/mpas/driver/cam_mpas_subdriver.F90 (diff) The file was modified
bld/namelist_files/use_cases/2010_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/2000_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem_nudged.xml (diff) The file was modified
bld/namelist_files/use_cases/sd_geoschem.xml (diff)
Commit
a16a4ffbe3c5c10ac844abd56a27dcb52777a083
by elundgren Fix GEOS-Chem tests by replacing StrSplit in chem_readnl For some reason the StrSplit routine in GEOS-Chem charpak_mod.F90 has unexpected behavior when run within the CAM test suite. Replacing it with basic Fortran fixes the issue reading advected species from geoschem_config.yml. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/physics/cam_dev/stochastic_emulated_cam.F90 (diff) The file was modified
src/physics/cam_dev/stochastic_tau_cam.F90 (diff) The file was modified
src/physics/cam_dev/stochastic_emulated_cam.F90 (diff) The file was modified
src/physics/cam_dev/stochastic_tau_cam.F90 (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was added cime_config/usermods_dirs/scam_rrtmgp/user_nl_cam The file was added cime_config/usermods_dirs/rrtmgp/shell_commands The file was added src/physics/rrtmgp/oldcloud.F90 The file was added src/physics/rrtmgp/slingo.F90 The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
Externals_CAM.cfg (diff) The file was added src/physics/rrtmgp/mcica_subcol_gen.F90 The file was added cime_config/usermods_dirs/rrtmgp/user_nl_cam The file was modified
src/physics/rrtmg/radiation.F90 (diff) The file was modified
bld/configure (diff) The file was added src/physics/rrtmgp/ebert_curry.F90 The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was added src/physics/rrtmgp/b_checker.f90 The file was modified
src/physics/cam/modal_aer_opt.F90 (diff) The file was added src/physics/rrtmgp/cloud_rad_props.F90 The file was added src/physics/rrtmgp/rad_solar_var.F90 The file was added src/physics/rrtmgp/rrtmgp_inputs.F90 The file was added src/physics/rrtmgp/rrtmgp_driver.F90 The file was modified
bld/build-namelist (diff) The file was modified
bld/config_files/definition.xml (diff) The file was added src/physics/rrtmgp/radiation.F90 The file was added cime_config/usermods_dirs/scam_rrtmgp/shell_commands The file was added src/physics/rrtmgp/radconstants.F90 The file was modified
.gitignore (diff) The file was modified
src/physics/cam/clubb_intr.F90 (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff)
Commit
acfe4267ad7cea29c1afe74ada17153314023bd9
by elundgren Update lightning emissions code in GEOS-Chem interface for compatibility These updates are necessary when updating from cam3_6_095 to cam3_6_111 Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/chemistry/geoschem/geoschem_emissions_mod.F90 (diff)
Commit
4b74f1b77d57cfed5d7ed027d9de12568963ef57
by fvitt aerosol optics interface for MAM modified: bld/namelist_files/namelist_definition.xml modified: src/chemistry/aerosol/aerosol_properties_mod.F90 modified: src/chemistry/aerosol/aerosol_state_mod.F90 modified: src/chemistry/aerosol/modal_aerosol_properties_mod.F90 modified: src/chemistry/aerosol/modal_aerosol_state_mod.F90 modified: src/control/runtime_opts.F90 modified: src/physics/cam/aer_rad_props.F90 modified: src/physics/cam/rad_constituents.F90 modified: src/physics/rrtmg/radiation.F90 new file: src/chemistry/aerosol/aerosol_optics_mod.F90 new file: src/chemistry/aerosol/refractive_aerosol_optics_mod.F90 new file: src/physics/cam/aerosol_optics_cam.F90 deleted: src/physics/cam/modal_aer_opt.F90 The file was modified
src/chemistry/aerosol/modal_aerosol_properties_mod.F90 (diff) The file was added src/chemistry/aerosol/refractive_aerosol_optics_mod.F90 The file was modified
src/physics/rrtmg/radiation.F90 (diff) The file was modified
src/physics/cam/aer_rad_props.F90 (diff) The file was added src/chemistry/aerosol/aerosol_optics_mod.F90 The file was modified
src/physics/cam/rad_constituents.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
src/control/runtime_opts.F90 (diff) The file was added src/physics/cam/aerosol_optics_cam.F90 The file was modified
src/chemistry/aerosol/aerosol_properties_mod.F90 (diff) The file was modified
src/chemistry/aerosol/aerosol_state_mod.F90 (diff) The file was removed src/physics/cam/modal_aer_opt.F90 The file was modified
src/chemistry/aerosol/modal_aerosol_state_mod.F90 (diff) The file was modified
src/physics/cam/aerosol_optics_cam.F90 (diff)
Commit
8d71f9241b87f4048c28f02a1010fbb2c35fe7db
by fvitt initialize dustvol to zero; corections to add_default fields; minor clean up modified: src/chemistry/aerosol/refractive_aerosol_optics_mod.F90 modified: src/physics/cam/aerosol_optics_cam.F90 The file was modified
src/physics/cam/aerosol_optics_cam.F90 (diff) The file was modified
src/chemistry/aerosol/refractive_aerosol_optics_mod.F90 (diff) The file was modified
src/physics/cam/aerosol_optics_cam.F90 (diff)
Commit
2dddb1d99e4592c0acf8d478f1be7e256dc3df87
by fvitt use bin names for AOD diags; some cleanup modified: src/chemistry/aerosol/aerosol_properties_mod.F90 modified: src/chemistry/aerosol/modal_aerosol_properties_mod.F90 modified: src/physics/cam/aerosol_optics_cam.F90 The file was modified
src/chemistry/aerosol/aerosol_properties_mod.F90 (diff) The file was modified
src/chemistry/aerosol/modal_aerosol_properties_mod.F90 (diff) The file was modified
src/physics/cam/aerosol_optics_cam.F90 (diff) The file was modified
src/physics/cam/aer_rad_props.F90 (diff)
Commit
deb1531e949a19091df43ec84c72dd704745021b
by fvitt use chem trop lev; correct hist flds in use cases modified: bld/namelist_files/use_cases/2000_trop_strat_vbs_cam6.xml modified: bld/namelist_files/use_cases/2010_trop_strat_vbs_cam6.xml modified: bld/namelist_files/use_cases/hist_trop_strat_nudged_cam6.xml modified: bld/namelist_files/use_cases/hist_trop_strat_vbs_cam6.xml modified: bld/namelist_files/use_cases/hist_trop_strat_vbsext_cam6.xml modified: bld/namelist_files/use_cases/hist_trop_strat_vbsfire_cam6.xml modified: bld/namelist_files/use_cases/sd_trop_strat2_cam6.xml modified: bld/namelist_files/use_cases/sd_trop_strat_vbs_cam6.xml modified: bld/namelist_files/use_cases/sd_waccm_tsmlt_cam6.xml modified: bld/namelist_files/use_cases/waccm_tsmlt_1850_cam6.xml modified: bld/namelist_files/use_cases/waccm_tsmlt_2000_cam6.xml modified: bld/namelist_files/use_cases/waccm_tsmlt_2010_cam6.xml modified: bld/namelist_files/use_cases/waccm_tsmlt_hist_cam6.xml modified: src/physics/cam/aerosol_optics_cam.F90 The file was modified
src/physics/cam/aerosol_optics_cam.F90 (diff) The file was modified
bld/namelist_files/use_cases/waccm_tsmlt_2000_cam6.xml (diff) The file was modified
bld/namelist_files/use_cases/waccm_tsmlt_2010_cam6.xml (diff) The file was modified
bld/namelist_files/use_cases/waccm_tsmlt_hist_cam6.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_trop_strat_nudged_cam6.xml (diff) The file was modified
bld/namelist_files/use_cases/2010_trop_strat_vbs_cam6.xml (diff) The file was modified
bld/namelist_files/use_cases/waccm_tsmlt_1850_cam6.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_trop_strat_vbsfire_cam6.xml (diff) The file was modified
bld/namelist_files/use_cases/2000_trop_strat_vbs_cam6.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_trop_strat_vbs_cam6.xml (diff) The file was modified
bld/namelist_files/use_cases/sd_waccm_tsmlt_cam6.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_trop_strat_vbsext_cam6.xml (diff) The file was modified
bld/namelist_files/use_cases/sd_trop_strat_vbs_cam6.xml (diff) The file was modified
bld/namelist_files/use_cases/sd_trop_strat2_cam6.xml (diff) The file was modified
src/chemistry/aerosol/aerosol_properties_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/global_norms_mod.F90 (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/build-namelist (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/physics/cam/clubb_intr.F90 (diff) The file was modified
src/physics/cam/aerosol_optics_cam.F90 (diff) The file was modified
src/physics/cam/aerosol_optics_cam.F90 (diff) The file was modified
src/physics/cam_dev/stochastic_tau_cam.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/physics/cam_dev/stochastic_emulated_cam.F90 (diff) The file was modified
bld/build-namelist (diff) The file was modified
src/physics/cam/modal_aer_opt.F90 (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
src/physics/cam/hb_diff.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/physics/rrtmgp/radconstants.F90 (diff) The file was removed src/physics/rrtmgp/b_checker.f90 The file was modified
src/physics/rrtmgp/rad_solar_var.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/cam/modal_aer_opt.F90 (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff)
Commit
7c64f41a2d8b8490369de69aa3790b7ba50b7454
by john forgot to add that I updated to cam6_3_117 in last commit, this commit added changelog boilerplate for this PR and fixed comment in vertical_diffusion (adding this change to cam6 and cam_dev) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
doc/ChangeLog (diff)
Commit
11e8dab08f93d7c572863c350fead50a27bab24a
by john revert check for add kvh to pbuf, older code worked fine and seemed more straight forward, changed if check on cam6/cam_dev to use clubb_do_hb_above to allow namelist_defaults to handle what physics work with new clubb hb variable The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
src/physics/cam/clubb_intr.F90 (diff) The file was modified
src/physics/cam/aerosol_optics_cam.F90 (diff) The file was modified
src/chemistry/aerosol/refractive_aerosol_optics_mod.F90 (diff) The file was modified
src/chemistry/aerosol/refractive_aerosol_optics_mod.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/dynamics/se/dycore/prim_advance_mod.F90 (diff) The file was modified
src/chemistry/aerosol/refractive_aerosol_optics_mod.F90 (diff) The file was added src/utils/table_interp_mod.F90 The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/rrtmg/radiation.F90 (diff) The file was modified
bld/configure (diff) The file was modified
src/chemistry/utils/solar_data.F90 (diff) The file was added bld/namelist_files/use_cases/1850_cam5.xml The file was modified
src/chemistry/aerosol/refractive_aerosol_optics_mod.F90 (diff) The file was modified
src/utils/table_interp_mod.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff)
Commit
f71850c17ca06cbf48f1a4aa18bb1c34695b08a5
by elundgren Post-merge update to add pbuf argument to GEOS-Chem chem_emissions This update enables GEOS-Chem compsets to compile following update to a more recent version of CAM. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
src/chemistry/geoschem/chemistry.F90 (diff)
Commit
4754394b18fdc2619f8498ca00260cc8e4240c9c
by fvitt some of Jesse's change requests modified: src/chemistry/aerosol/aerosol_properties_mod.F90 modified: src/chemistry/aerosol/modal_aerosol_properties_mod.F90 modified: src/chemistry/aerosol/refractive_aerosol_optics_mod.F90 The file was modified
src/chemistry/aerosol/aerosol_properties_mod.F90 (diff) The file was modified
src/chemistry/aerosol/refractive_aerosol_optics_mod.F90 (diff) The file was modified
src/chemistry/aerosol/modal_aerosol_properties_mod.F90 (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/2010_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem_nudged.xml (diff) The file was modified
bld/namelist_files/use_cases/2000_geoschem.xml (diff) The file was modified
cime_config/config_component.xml (diff) The file was modified
bld/namelist_files/use_cases/sd_geoschem.xml (diff) The file was modified
cime_config/config_compsets.xml (diff) The file was modified
cime_config/config_component.xml (diff) The file was modified
bld/build-namelist (diff) The file was modified
bld/configure (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/utils/table_interp_mod.F90 (diff) The file was modified
src/utils/table_interp_mod.F90 (diff) The file was modified
src/chemistry/aerosol/refractive_aerosol_optics_mod.F90 (diff) The file was modified
src/utils/table_interp_mod.F90 (diff) The file was modified
src/chemistry/aerosol/modal_aerosol_state_mod.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/cam/hb_diff.F90 (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff)
Commit
6532cf6530bde32b893641002c553271e3d89622
by fvitt Fix memory issue, default PE layout for FMTHIST modified: Externals.cfg modified: bld/namelist_files/namelist_defaults_cam.xml modified: cime_config/config_compsets.xml modified: cime_config/config_pes.xml modified: cime_config/testdefs/testlist_cam.xml modified: src/chemistry/utils/tracer_data.F90 The file was modified
Externals.cfg (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
cime_config/config_compsets.xml (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
cime_config/config_pes.xml (diff) The file was modified
src/chemistry/utils/tracer_data.F90 (diff) The file was modified
src/physics/cam/aerosol_optics_cam.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/physics/cam/hb_diff.F90 (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
src/physics/rrtmgp/rrtmgp_driver.F90 (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
cime_config/config_pes.xml (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/dynamics/se/dyn_comp.F90 (diff) The file was modified
test/system/test_driver.sh (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
src/physics/cam/hb_diff.F90 (diff) The file was modified
src/dynamics/se/dycore/global_norms_mod.F90 (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
src/physics/cam/geopotential.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/dynamics/se/dyn_comp.F90 (diff)
Commit
bbf69c3df78ee0e87ffdf1e2d72d47cac5abb58c
by john PR related mods - HB now on for cam6 (previously just cam_dev), Changelog testing and description updates, rename clubb_do_hb_above to do_hb_above_clubb, hb control namelist variable moved to phys_control The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
bld/build-namelist (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
src/physics/cam/clubb_intr.F90 (diff) The file was modified
src/physics/cam/phys_control.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/physics/cam/clubb_intr.F90 (diff) The file was modified
src/physics/cam/phys_control.F90 (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
src/physics/cam/clubb_intr.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff)
Commit
8b4138f0ed4665460cb191546cd5e7a4100529a2
by fvitt Some of Matt's change requests modified: src/chemistry/aerosol/aerosol_state_mod.F90 modified: src/chemistry/aerosol/refractive_aerosol_optics_mod.F90 modified: src/physics/cam/aerosol_optics_cam.F90 The file was modified
src/physics/cam/aerosol_optics_cam.F90 (diff) The file was modified
src/chemistry/aerosol/aerosol_state_mod.F90 (diff) The file was modified
src/chemistry/aerosol/refractive_aerosol_optics_mod.F90 (diff)
Commit
15e832ce38de64b525aa9ee04eab8a38d6fcf8e5
by fvitt more code reviewers requests modified: src/chemistry/aerosol/aerosol_properties_mod.F90 modified: src/chemistry/aerosol/aerosol_state_mod.F90 modified: src/chemistry/aerosol/modal_aerosol_state_mod.F90 modified: src/physics/cam/aerosol_optics_cam.F90 The file was modified
src/chemistry/aerosol/modal_aerosol_state_mod.F90 (diff) The file was modified
src/chemistry/aerosol/aerosol_state_mod.F90 (diff) The file was modified
src/chemistry/aerosol/aerosol_properties_mod.F90 (diff) The file was modified
src/physics/cam/aerosol_optics_cam.F90 (diff) The file was modified
src/chemistry/aerosol/modal_aerosol_state_mod.F90 (diff) The file was modified
src/chemistry/aerosol/refractive_aerosol_optics_mod.F90 (diff) The file was modified
src/physics/cam/aerosol_optics_cam.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff)
Commit
38d51b7131c07e22e68df085114566895568b39c
by elundgren Remove HEMCO from src/control/cam_comp.F90 This update is needed to run with the latest cam_development which already had the update. The old code came in with the recent merge. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
src/control/cam_comp.F90 (diff) The file was modified
cime_config/config_compsets.xml (diff)
Commit
750cf521fb1807b3ecba933688bf3ea69b58b198
by elundgren Use HEMCO config files in Buildconf/camconf when running with GEOS-Chem GEOS-Chem expects to use HEMCO configuration files that are included in the GEOS-Chem repository. Those files get copied into Buildconf/camconf during the first build of any GEOS-Chem compset. If not using GEOS-Chem then HEMCO files are read from the input data path specified as namelist defaults. This update adds a modifier to change the hemco_config_file and hemco_diagn_file namelist parameters when building the namelist for a GEOS-Chem compset to be simply HEMCO_Config.rc and HEMCO_Diagn.rc, with no absolute path specified. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
bld/build-namelist (diff) The file was modified
src/dynamics/mpas/dp_coupling.F90 (diff) The file was modified
src/dynamics/se/dp_coupling.F90 (diff) The file was modified
bld/build-namelist (diff) The file was modified
src/dynamics/se/dyn_comp.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/dynamics/se/dycore/control_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_advance_mod.F90 (diff)
Commit
ea1d0da8c8abb49ea10f9b61b41c776ae1f84ee1
by gdicker Add 60 and 30km ncdata files for analytic ICs w/o topography These files have been generated using MPAS-A init-atmosphere core for CAM-MPAS grids (case 13) based on standard 60 and 30km MPAS meshes. Also add default values for mpasa60 and mpasa30 hgrids. Needed default values for mpas_dt and mpas_len_disp since they are affected by hgrids. The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/cam/aer_rad_props.F90 (diff) The file was modified
src/physics/rrtmg/ebert_curry.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/cam/phys_prop.F90 (diff) The file was modified
src/physics/rrtmg/cloud_rad_props.F90 (diff) The file was modified
src/physics/rrtmgp/radconstants.F90 (diff) The file was modified
src/physics/camrt/radconstants.F90 (diff) The file was modified
src/physics/rrtmgp/cloud_rad_props.F90 (diff) The file was modified
src/physics/simple/radconstants.F90 (diff) The file was modified
src/physics/cam/rad_constituents.F90 (diff) The file was modified
src/physics/rrtmg/radconstants.F90 (diff) The file was removed src/physics/rrtmgp/rad_solar_var.F90 The file was modified
src/physics/rrtmg/slingo.F90 (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
src/physics/rrtmgp/oldcloud.F90 (diff) The file was modified
src/physics/rrtmgp/slingo.F90 (diff) The file was modified
src/physics/rrtmg/oldcloud.F90 (diff) The file was modified
src/physics/rrtmgp/ebert_curry.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/cam/aerosol_optics_cam.F90 (diff) The file was modified
src/physics/cam/physpkg.F90 (diff) The file was modified
src/chemistry/aerosol/refractive_aerosol_optics_mod.F90 (diff) The file was modified
bld/build-namelist (diff) The file was modified
src/dynamics/se/dycore/prim_advance_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_advance_mod.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/rrtmgp/radconstants.F90 (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
bld/configure (diff) The file was modified
bld/build-namelist (diff) The file was modified
src/chemistry/geoschem/geoschem_emissions_mod.F90 (diff) The file was modified
src/chemistry/geoschem/chem_mods.F90 (diff) The file was modified
src/chemistry/geoschem/geoschem_diagnostics_mod.F90 (diff) The file was modified
src/chemistry/geoschem/geoschem_history_mod.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/physics/rrtmgp/radconstants.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
src/physics/rrtmgp/radconstants.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff)
Commit
8b3dff50761b8c8cae8a8b6e38df1b4c1c5e6bb9
by elundgren Always use ONLY keyword in USE statements This commit also includes reorganizing of all GEOS-Chem interface USE statements so that they are split into three categories: CAM modules, GEOS-Chem interface modules in CAM, and GEOS-Chem modules. They are alphabetized within each section. An extraneous hemco_interface declaration and new line are also removed. The file was modified
src/control/cam_comp.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/chemistry/geoschem/geoschem_emissions_mod.F90 (diff) The file was modified
src/control/runtime_opts.F90 (diff) The file was modified
src/chemistry/geoschem/geoschem_diagnostics_mod.F90 (diff) The file was modified
src/chemistry/geoschem/geoschem_history_mod.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/dynamics/se/dycore/control_mod.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/chemistry/mozart/mo_chem_utls.F90 (diff) The file was modified
src/chemistry/geoschem/geoschem_diagnostics_mod.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/chemistry/modal_aero/modal_aero_data.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_advance_mod.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cam (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/rrtmgp/radconstants.F90 (diff) The file was modified
doc/ChangeLog (diff)
Commit
1655bebb0f06b6371b521d8f22e8fdf1962d1017
by katec Added aux_pumas test suite, added first attempt at making pumas a valid configure and namelist option for microphysics. Added a test to make sure pumas and mg3 give the same results and it only passes when pumas is set to mg3 in configure right now. More work to do. The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/physics/cam/physpkg.F90 (diff) The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_pumas_sb2001/shell_commands The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_pcols1536/shell_commands The file was modified
bld/build-namelist (diff) The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_pumas_emulated/user_nl_cam The file was modified
src/physics/cam/phys_control.F90 (diff) The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_nondefault/shell_commands The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_pcols1536/user_nl_cam The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_nondefault/user_nl_cam The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_pumas_tau/user_nl_clm The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_pumas_emulated/shell_commands The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_nondefault/user_nl_clm The file was modified
bld/config_files/definition.xml (diff) The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_pcols1536/user_nl_clm The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
src/physics/cam/cloud_diagnostics.F90 (diff) The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_default/user_nl_cam The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_pumas_emulated/user_nl_clm The file was modified
src/physics/cam/radiation_data.F90 (diff) The file was modified
bld/configure (diff) The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_default/shell_commands The file was modified
src/physics/cam/microp_driver.F90 (diff) The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_pumas_sb2001/user_nl_cam The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_pumas_tau/shell_commands The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_default/user_nl_clm The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_pumas_tau/user_nl_cam The file was added cime_config/SystemTests/mgp.py The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_pumas_sb2001/user_nl_clm The file was modified
src/physics/cam/convect_shallow.F90 (diff) The file was modified
src/chemistry/aerosol/refractive_aerosol_optics_mod.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
src/physics/cam_dev/physpkg.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/rrtmgp/cloud_rad_props.F90 (diff) The file was modified
src/physics/rrtmg/cloud_rad_props.F90 (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was removed src/physics/rrtmgp/oldcloud.F90 The file was added src/physics/cam/oldcloud.F90 The file was removed src/physics/rrtmg/slingo.F90 The file was removed src/physics/rrtmg/oldcloud.F90 The file was added src/physics/cam/cloud_rad_props.F90 The file was added src/physics/cam/slingo.F90 The file was removed src/physics/rrtmg/ebert_curry.F90 The file was removed src/physics/rrtmgp/slingo.F90 The file was added src/physics/cam/ebert_curry.F90 The file was removed src/physics/rrtmgp/ebert_curry.F90 The file was removed src/physics/rrtmg/cloud_rad_props.F90 The file was removed src/physics/rrtmgp/cloud_rad_props.F90 The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
src/physics/cam/ebert_curry.F90 (diff) The file was modified
src/physics/cam/slingo.F90 (diff) The file was modified
src/physics/simple/radconstants.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/physics/cam/cloud_rad_props.F90 (diff) The file was modified
src/physics/cam/slingo.F90 (diff) The file was modified
src/physics/cam/oldcloud.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/cam/ebert_curry.F90 (diff) The file was modified
src/dynamics/fv/dp_coupling.F90 (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
test/system/test_driver.sh (diff) The file was modified
Externals.cfg (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
test/system/test_driver.sh (diff) The file was modified
test/system/test_driver.sh (diff) The file was modified
test/system/test_driver.sh (diff) The file was modified
cime_config/config_tests.xml (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
test/system/test_driver.sh (diff) The file was modified
src/control/sat_hist.F90 (diff) The file was modified
src/utils/cam_grid_support.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
src/control/cam_history_support.F90 (diff) The file was modified
src/control/filenames.F90 (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
src/dynamics/fv/dp_coupling.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/build-namelist (diff) The file was modified
src/physics/cam/convect_shallow.F90 (diff) The file was modified
src/physics/cam/macrop_driver.F90 (diff) The file was removed src/physics/cam/zm_conv.F90 The file was modified
bld/configure (diff) The file was modified
src/physics/cam/zm_conv_intr.F90 (diff) The file was modified
src/physics/spcam/crmclouds_camaerosols.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/physics/cam/clubb_intr.F90 (diff) The file was removed src/physics/cam/zm_microphysics.F90 The file was modified
cime_config/buildlib (diff) The file was modified
cime_config/buildlib (diff) The file was modified
doc/ChangeLog (diff) The file was modified
cime_config/buildlib (diff) The file was modified
bld/configure (diff) The file was modified
cime_config/buildlib (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq3s_convmic/user_nl_cpl The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq3s_convmic/user_nl_clm The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq3s_convmic/user_nl_cam The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq3s_convmic/shell_commands The file was modified
cime_config/buildlib (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/rrtmgp/mcica_subcol_gen.F90 (diff) The file was modified
src/physics/rrtmgp/radconstants.F90 (diff) The file was removed src/physics/rrtmgp/rrtmgp_driver.F90 The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/cam/ref_pres.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/physics/simple/held_suarez_cam.F90 (diff) The file was modified
src/physics/simple/physpkg.F90 (diff) The file was added src/utils/ccpp_constituent_prop_mod.F90 The file was modified
src/physics/simple/kessler_cam.F90 (diff) The file was modified
src/chemistry/mozart/mo_chem_utls.F90 (diff) The file was modified
src/control/runtime_opts.F90 (diff) The file was modified
src/chemistry/mozart/short_lived_species.F90 (diff) The file was modified
src/physics/cam/physpkg.F90 (diff) The file was modified
src/physics/simple/physpkg.F90 (diff) The file was modified
src/utils/ccpp_constituent_prop_mod.F90 (diff) The file was modified
src/physics/cam/geopotential.F90 (diff) The file was modified
src/physics/cam_dev/physpkg.F90 (diff) The file was modified
src/utils/ccpp_constituent_prop_mod.F90 (diff) The file was modified
src/physics/cam/geopotential.F90 (diff) The file was modified
src/utils/ccpp_constituent_prop_mod.F90 (diff) The file was modified
src/dynamics/se/dp_coupling.F90 (diff) The file was modified
cime_config/buildlib (diff) The file was modified
bld/build-namelist (diff) The file was modified
.gitignore (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
bld/configure (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/dynamics/se/dp_coupling.F90 (diff) The file was modified
src/utils/ccpp_constituent_prop_mod.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
src/utils/cam_grid_support.F90 (diff) The file was modified
src/utils/cam_grid_support.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was added cime_config/cam.case_setup The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
cime_config/buildnml (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
test/system/archive_baseline.sh (diff) The file was removed src/utils/ccpp_constituent_prop_mod.F90 The file was modified
src/physics/cam/geopotential.F90 (diff) The file was modified
bld/configure (diff) The file was added src/utils/cam_ccpp/ccpp_kinds.F90 The file was modified
src/dynamics/se/dp_coupling.F90 (diff) The file was added src/utils/cam_ccpp/ccpp_constituent_prop_mod.F90 The file was removed src/utils/ccpp_kinds.F90 The file was modified
doc/ChangeLog (diff) The file was modified
src/dynamics/fv/dp_coupling.F90 (diff)
Commit
772d8809b70acfc8dd20d80ccf9e246eba0171b4
by fvitt misc updates modified: bld/namelist_files/namelist_defaults_cam.xml modified: bld/namelist_files/namelist_definition.xml modified: cime_config/config_pes.xml modified: cime_config/testdefs/testlist_cam.xml modified: src/control/cam_history.F90 modified: src/dynamics/se/dycore/global_norms_mod.F90 modified: src/dynamics/se/dycore/prim_advance_mod.F90 modified: src/ionosphere/waccmx/edyn_init.F90 modified: src/ionosphere/waccmx/edynamo.F90 modified: src/ionosphere/waccmx/ionosphere_interface.F90 modified: src/physics/cam/vertical_diffusion.F90 The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
src/ionosphere/waccmx/edyn_init.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/ionosphere/waccmx/ionosphere_interface.F90 (diff) The file was modified
cime_config/config_pes.xml (diff) The file was modified
src/dynamics/se/dycore/global_norms_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_advance_mod.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/ionosphere/waccmx/edynamo.F90 (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
Externals.cfg (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/ionosphere/waccmx/ionosphere_interface.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_advance_mod.F90 (diff) The file was modified
bld/build-namelist (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/physics/cam/cldfrc2m.F90 (diff) The file was modified
bld/build-namelist (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/build-namelist (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
cime_config/SystemTests/sct.py (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
bld/build-namelist (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
src/physics/cam/microp_aero.F90 (diff) The file was modified
src/physics/cam/ndrop.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/physics/cam/cldfrc2m.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/build-namelist (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
cime_config/SystemTests/sct.py (diff) The file was modified
src/physics/cam/physpkg.F90 (diff) The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_pcols1536/shell_commands The file was modified
src/physics/cam/cloud_diagnostics.F90 (diff) The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_default/shell_commands The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_pcols1536/user_nl_cam The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_pcols1536/user_nl_clm The file was modified
src/physics/cam/convect_shallow.F90 (diff) The file was modified
src/physics/cam/phys_control.F90 (diff) The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_default/user_nl_clm The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_nondefault/shell_commands The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_nondefault/user_nl_clm The file was modified
src/physics/cam/microp_driver.F90 (diff) The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_default/user_nl_cam The file was modified
src/physics/cam_dev/physpkg.F90 (diff) The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3_nondefault/user_nl_cam The file was modified
src/physics/cam/radiation_data.F90 (diff) The file was modified
bld/build-namelist (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
Externals.cfg (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
src/physics/cam_dev/physpkg.F90 (diff) The file was modified
cime_config/buildnml (diff) The file was modified
cime_config/cam.case_setup (diff) The file was modified
src/physics/cam/physpkg.F90 (diff) The file was modified
src/physics/cam_dev/physpkg.F90 (diff) The file was modified
src/physics/cam/physpkg.F90 (diff) The file was modified
src/physics/simple/physpkg.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/physics/cam/geopotential.F90 (diff) The file was modified
src/physics/simple/held_suarez_cam.F90 (diff) The file was removed cime_config/cam.case_setup The file was added cime_config/cam.case_setup.py The file was modified
src/physics/cam/constituents.F90 (diff) The file was modified
Externals.cfg (diff) The file was modified
src/physics/cam/cldfrc2m.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/control/cam_history_support.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
src/physics/simple/kessler_cam.F90 (diff) The file was modified
src/physics/spcam/crmclouds_camaerosols.F90 (diff) The file was modified
Externals.cfg (diff)
Commit
ba3134841b6258f4ff516eb6f4f91e876ba5a781
by elundgren Change GEOS-Chem acronym in compset long name from GC to GEOSCHEM The compset aliases will continue to use GC, e.g. FCnudged_GC Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
cime_config/config_compsets.xml (diff) The file was modified
cime_config/config_component.xml (diff) The file was modified
cime_config/config_pes.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/control/cam_history.F90 (diff)
Commit
da76f711576ac0143d5202aec009cdd54dfa548c
by elundgren Change GEOS-Chem namelist and its parameter to use geoschem not gc This update also changes the subroutine used to read the namelist from gc_readnl to geoschem_readnl. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
bld/namelist_files/use_cases/2010_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem_nudged.xml (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/namelist_files/use_cases/2000_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/sd_geoschem.xml (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff)
Commit
7f1d0993528283e53e692046d66d8411b447a0f1
by jimmie.lin Updates for paper, SE grid compatibility, bug fixes - Support Input_Opt%correctConvUTLS to correct for convective scavenging of soluble tracers (science update, upcoming paper) - Update to UCX mpi broadcast of State_Chm%NOXCOEFF as SE grid not all CPUs have same amount of chunks and MPI code has to be moved to higher level that is aware of chunking - Update to drydep namelist for SE compatibility - Fix for incorrect SOA mapping inconsistent with published Fritz et al. (2022) methodology Signed-off-by: Haipeng Lin <hplin@seas.harvard.edu> The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
src/utils/cam_grid_support.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
cime_config/config_compsets.xml (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
src/physics/cam/zm_conv_intr.F90 (diff) The file was modified
src/physics/cam/convect_shallow.F90 (diff) The file was modified
src/control/cam_history_support.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
src/physics/cam_dev/stochastic_emulated_cam.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/physics/cam_dev/stochastic_tau_cam.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/physics/cam/phys_prop.F90 (diff) The file was removed cime_config/usermods_dirs/rrtmgp/shell_commands The file was modified
src/physics/spcam/crm/CLUBB/crmx_mt95.f90 (diff) The file was added cime_config/testdefs/testmods_dirs/cam/cam6_port_f09_rrtmgp/user_nl_cam The file was removed cime_config/usermods_dirs/scam_rrtmgp/shell_commands The file was added cime_config/testdefs/testmods_dirs/cam/cam6_port_f09_rrtmgp/shell_commands The file was removed cime_config/usermods_dirs/rrtmgp/user_nl_cam The file was removed cime_config/usermods_dirs/scam_rrtmgp/user_nl_cam The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_rrtmgp/user_nl_clm The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_rrtmgp/user_nl_cam The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_rrtmgp/shell_commands The file was modified
cime_config/testdefs/testlist_cam.xml (diff)
Commit
53a194de85aa30a8cf2e5422088c93befb2e771d
by gdicker Update mpas external to use v8.0.1 Changes include updating the mpas external hash to a few commits after the 'v8.0.1' tag, updating the mpas/Makefile, adding the mpas_cam_damping_levels namelist option, updating some subroutine calls to use new arguments, and setting up the halo_groups MPAS uses. The file was modified
bld/build-namelist (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/dynamics/mpas/Makefile (diff) The file was modified
src/dynamics/mpas/driver/cam_mpas_subdriver.F90 (diff) The file was modified
src/dynamics/mpas/dyn_comp.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/utils/cam_ccpp/ccpp_constituent_prop_mod.F90 (diff) The file was modified
Externals_CAM.cfg (diff)
Commit
317d98a1cc11b7df650587bdb02aea801901f183
by nusbaume Rename SE dycore time_mod to dyn_time_mod This commit renames time_mod in the SE dycore to dyn_time_mod in order to avoid naming conflicts with building with GEOS-Chem. All USE statements updated; zero differences in run output are expected. The file was modified
src/dynamics/se/dycore/fvm_consistent_se_cslam.F90 (diff) The file was modified
src/dynamics/se/dyn_grid.F90 (diff) The file was modified
src/dynamics/se/dyn_comp.F90 (diff) The file was removed src/dynamics/se/dycore/time_mod.F90 The file was modified
src/dynamics/se/dycore/prim_advance_mod.F90 (diff) The file was added src/dynamics/se/dycore/dyn_time_mod.F90 The file was modified
src/dynamics/se/dycore/prim_init.F90 (diff) The file was modified
src/dynamics/se/restart_dynamics.F90 (diff) The file was modified
src/dynamics/se/stepon.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_advection_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_state_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_driver_mod.F90 (diff) The file was modified
src/dynamics/se/dp_coupling.F90 (diff) The file was added src/dynamics/se/dycore/se_dyn_time_mod.F90 The file was modified
src/dynamics/se/dycore/prim_state_mod.F90 (diff) The file was removed src/dynamics/se/dycore/dyn_time_mod.F90 The file was modified
src/dynamics/se/dycore/prim_advection_mod.F90 (diff) The file was modified
src/dynamics/se/dyn_comp.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_advance_mod.F90 (diff) The file was modified
src/dynamics/se/dp_coupling.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_init.F90 (diff) The file was modified
src/dynamics/se/restart_dynamics.F90 (diff) The file was modified
src/dynamics/se/dyn_grid.F90 (diff) The file was modified
src/dynamics/se/stepon.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_consistent_se_cslam.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_driver_mod.F90 (diff) The file was modified
src/utils/cam_ccpp/ccpp_constituent_prop_mod.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/simple/kessler_cam.F90 (diff) The file was modified
src/physics/simple/held_suarez_cam.F90 (diff) The file was modified
cime_config/cam.case_setup.py (diff) The file was modified
cime_config/cam.case_setup.py (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
src/utils/cam_grid_support.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
bld/configure (diff)
Commit
84e830df9a6490f8b83a4a5e933527b9fc71e63e
by elundgren Remove the FCSD_GC compset This compset for GEOS-Chem is not currently functional. We can bring back the option in the future if there is demand. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
cime_config/config_component.xml (diff) The file was modified
cime_config/config_compsets.xml (diff) The file was removed bld/namelist_files/use_cases/sd_geoschem.xml The file was modified
cime_config/testdefs/testlist_cam.xml (diff)
Commit
15bbeef4b0556509d1db473b80e235f02e6cb11b
by elundgren Remove NTHRDS overrides for GEOS-Chem NTHRDS is 1 by default when using GEOS-Chem compsets so these overrides are not necessary. We find that manually changing NTHRDS to something other than 1 breaks the model, but this is the case with non-GEOS-Chem compsets as well. Unless this becomes a problem the overrides are not needed at this time. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
cime_config/config_compsets.xml (diff) The file was modified
cime_config/config_pes.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
.gitignore (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
bld/configure (diff) The file was added src/physics/.clubb_sparse_checkout The file was modified
Externals_CAM.cfg (diff) The file was added src/physics/cosp2/.cosp_sparse_checkout The file was modified
src/physics/.clubb_sparse_checkout (diff) The file was modified
src/physics/cosp2/.cosp_sparse_checkout (diff) The file was modified
src/physics/cosp2/.cosp_sparse_checkout (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
bld/configure (diff) The file was modified
Externals_CAM.cfg (diff)
Commit
12d89ea1e334b8f7ef9920a1846bef2198c48a52
by jimmie.lin Exit with warning in build-namelist if hemco_config_file or hemco_diagn_file are specified in user namelist. Current behavior in build-namelist enforces use of config files in case directory which are copied to run directory at submit time. User customization to user_nl_cam for the path of HEMCO config files will not take effect when running with GEOS-Chem chemistry, instead the user should edit or symlink from the files in the case directory similar to standalone GEOS-Chem operation. This commit adds a check in build-namelist for this customization and aborts with error to warn user that this is unsupported. Signed-off-by: Haipeng Lin <hplin@seas.harvard.edu> The file was modified
bld/build-namelist (diff) The file was modified
bld/build-namelist (diff) The file was modified
Externals.cfg (diff) The file was modified
Externals.cfg (diff) The file was modified
src/physics/cosp2/Makefile.in (diff)
Commit
cc85a5be56669162cecee534ab966625fb2604f8
by elundgren Split master deposition lists into two: mozart and geoschem Deposition lists are no longer stored in GEOS-Chem use case files. Set_dep_lists now takes chem as an argument and picks the appropriate master deposition list file to use, either Mozart or GEOS-Chem. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
bld/namelist_files/use_cases/hist_geoschem_nudged.xml (diff) The file was added bld/namelist_files/mozart_master_gas_drydep_list.xml The file was modified
bld/build-namelist (diff) The file was added bld/namelist_files/mozart_master_aer_wetdep_list.xml The file was added bld/namelist_files/geoschem_master_gas_drydep_list.xml The file was modified
bld/perl5lib/Build/ChemNamelist.pm (diff) The file was modified
bld/namelist_files/use_cases/2000_geoschem.xml (diff) The file was removed bld/namelist_files/master_gas_drydep_list.xml The file was added bld/namelist_files/mozart_master_gas_wetdep_list.xml The file was added bld/namelist_files/geoschem_master_gas_wetdep_list.xml The file was removed bld/namelist_files/master_aer_drydep_list.xml The file was removed bld/namelist_files/master_aer_wetdep_list.xml The file was modified
bld/namelist_files/use_cases/2010_geoschem.xml (diff) The file was added bld/namelist_files/geoschem_master_aer_drydep_list.xml The file was removed bld/namelist_files/master_gas_wetdep_list.xml The file was added bld/namelist_files/mozart_master_aer_drydep_list.xml The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was added bld/namelist_files/geoschem_master_aer_wetdep_list.xml The file was modified
cime_config/SystemTests/tmc.py (diff)
Commit
dcc7e204afa92c52ce94be22dcf2d4d3147b6794
by elundgren Revert dep_data_file input_pathname to "abs"; use new file for geoschem Previously the dep_data_file default for GEOS-Chem was not actually being used due to inclusion in the use case files. This let a bug go under the radar that dep_data_file input_pathname="abs" was removed from the namelist definitions, meaning the configured inputdata path would not be used as a prefix to whatever dep_data_file was set as. This allowed GEOS-Chem compsets to work since the full path was in the use case files, but it resulted in non-GEOS-Chem compsets failing due to an incomplete path for the deposition netcdf file containing Henry's Law coeffs et al. This update restores using inputdata path as a prefix to dep_data_file, and so fixes the non-GEOS-Chem compsets. It also removes the setting of dep_data_file in the GEOS-Chem compsets and updates the filename in the namelist defaults for dep_data_file if using GEOS-Chem. GEOS-Chem compsets will not work until someone at NCAR moves the file to the target inputdata directory. The request to do this has been made. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
bld/namelist_files/use_cases/2010_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/2000_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem_nudged.xml (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
cime_config/config_pes.xml (diff) The file was modified
Externals.cfg (diff) The file was modified
cime_config/config_pes.xml (diff) The file was modified
doc/ChangeLog_template (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/build-namelist (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff)
Commit
85a3beb0d211e60e68b727f7ab16cb218a998d96
by fvitt derecho pelayouts for ne30 waccm and camchem modified: cime_config/config_pes.xml modified: cime_config/testdefs/testlist_cam.xml deleted: cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/shell_commands deleted: cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cam deleted: cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_clm deleted: cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cpl The file was modified
cime_config/config_pes.xml (diff) The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/shell_commands The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cam The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_cpl The file was removed cime_config/testdefs/testmods_dirs/cam/outfrq9s_wcm_ne30/user_nl_clm The file was modified
cime_config/testdefs/testlist_cam.xml (diff)
Commit
2e724af7256e7ca8c7d1897491d52c2e2ee17435
by fvitt more derecho pelayouts changes for waccm(x) and camchem modified: bld/namelist_files/use_cases/sd_waccm_tsmlt_cam6.xml modified: bld/namelist_files/use_cases/waccm_ma_2000_cam6.xml modified: cime_config/config_pes.xml The file was modified
cime_config/config_pes.xml (diff) The file was modified
bld/namelist_files/use_cases/waccm_ma_2000_cam6.xml (diff) The file was modified
bld/namelist_files/use_cases/sd_waccm_tsmlt_cam6.xml (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/dynamics/mpas/dyn_comp.F90 (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/cam4_port/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/scm_prep_c6/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/cam5_port_f45/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/silhs/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/scmarm/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/cam6_port_f09/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/scm_prep/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/cam5_port_ne30/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/nudging/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/cam4_port5d/user_nl_cam (diff)
Commit
91d9f53d11e5581d12ed447ddd057c850319e2c0
by gdicker Default mpas_cam_damping_levels to 0 This makes it consistent with mpas_cam_coef: the associated damping is off by default and both variables would need to be changed to enable it. The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/dynamics/mpas/dyn_comp.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/control/cam_history.F90 (diff)
Commit
268f40b350d44ea3ba550b8217be633d00df55ed
by gdicker Use mpas_cam_damping in F2000climo mpasa480 grid aux_cam test To ensure the absorbing layer code is tested going forward, the F2000climo aux_cam test using the mpasa480_mpasa480 grid has been modified to turn on the damping associated with mpas_cam_coef and mpas_cam_damping_levels (in addition to the existing Rayleigh damping). The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq9s_mpasa480/user_nl_cam (diff) The file was modified
doc/ChangeLog (diff) The file was modified
test/system/archive_baseline.sh (diff) The file was modified
bld/namelist_files/use_cases/waccmx_ma_2000_cam6.xml (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq1d_physgrid_tem_mpasa120_wcmsc/shell_commands (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq9s_mpasa480/shell_commands (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq9s_mpasa120/shell_commands (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq1d_physgrid_tem_mpasa120_wcmsc/user_nl_clm (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq9s_mpasa480/user_nl_clm (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq9s_mpasa120/user_nl_clm (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
cime_config/config_pes.xml (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
cime_config/config_tests.xml (diff) The file was modified
cime_config/buildnml (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
cime_config/SystemTests/sct.py (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/spcam/spcam_drivers.F90 (diff) The file was modified
src/physics/waccm/mo_aurora.F90 (diff) The file was modified
src/physics/rrtmg/rrtmg_state.F90 (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
src/physics/cam/cam_diagnostics.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq3h/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq3s_cospsathist/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq1d/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq3s_diags/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq9s/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq9s_mee_fluxes/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq9s_apmee/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq3s/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/reduced_hist1d/user_nl_cam (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog_template (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/dynamics/se/stepon.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_mapping.F90 (diff) The file was modified
bld/build-namelist (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/dynamics/se/stepon.F90 (diff)
Commit
007fee7f950a0a600597a81d1f105d96ad482ae5
by fvitt implement fvm2phys mapping for single tracer modified: src/dynamics/se/dycore/fvm_mapping.F90 modified: src/dynamics/se/dycore/fvm_mod.F90 modified: src/dynamics/se/stepon.F90 The file was modified
src/dynamics/se/stepon.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_mapping.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_mod.F90 (diff) The file was modified
src/physics/cam/zm_conv_intr.F90 (diff) The file was modified
src/physics/cam/convect_shallow.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/cam/zm_conv_intr.F90 (diff) The file was modified
bld/configure (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/physics/cam/convect_shallow.F90 (diff) The file was modified
src/physics/spcam/crmclouds_camaerosols.F90 (diff) The file was modified
src/physics/cam_dev/stochastic_emulated_cam.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
src/physics/cam_dev/stochastic_tau_cam.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
cime_config/SystemTests/mgp.py (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/control/camsrfexch.F90 (diff) The file was modified
src/physics/cam/cam_diagnostics.F90 (diff) The file was modified
src/cpl/nuopc/atm_import_export.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/physics/cam/cam_diagnostics.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
test/system/test_driver.sh (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
test/system/archive_baseline.sh (diff) The file was modified
Externals.cfg (diff) The file was modified
bld/build-namelist (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
Externals.cfg (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/cam/clubb_intr.F90 (diff) The file was modified
src/physics/cam/subcol_SILHS.F90 (diff) The file was modified
src/physics/cam/convect_shallow.F90 (diff) The file was modified
src/physics/cam/cloud_fraction.F90 (diff) The file was modified
src/physics/cam/macrop_driver.F90 (diff) The file was modified
src/physics/cam/zm_conv_intr.F90 (diff) The file was modified
src/physics/cam/rk_stratiform.F90 (diff) The file was modified
src/physics/spcam/crmclouds_camaerosols.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
cime_config/usermods_dirs/scam_mandatory/shell_commands (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/silhs/user_nl_cam (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/configure (diff) The file was modified
bld/configure (diff) The file was modified
src/chemistry/modal_aero/modal_aero_convproc.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/physics/cam/zm_conv_intr.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
cime_config/config_component.xml (diff) The file was modified
bld/build-namelist (diff) The file was modified
src/chemistry/geoschem/chemistry.F90 (diff) The file was modified
src/chemistry/modal_aero/modal_aero_convproc.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/dynamics/se/dp_coupling.F90 (diff) The file was modified
bld/build-namelist (diff) The file was modified
src/dynamics/se/dycore/fvm_reconstruction_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/control_mod.F90 (diff) The file was modified
src/dynamics/se/dyn_comp.F90 (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
src/dynamics/se/dycore/fvm_mapping.F90 (diff) The file was modified
src/dynamics/se/gravity_waves_sources.F90 (diff) The file was modified
src/dynamics/se/dyn_grid.F90 (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
src/dynamics/se/dycore/global_norms_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_advance_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_advection_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_driver_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_control_volume_mod.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/physics/cam/clubb_intr.F90 (diff) The file was modified
src/dynamics/se/dp_coupling.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/dynamics/se/dycore/prim_advance_mod.F90 (diff) The file was modified
src/dynamics/se/dyn_comp.F90 (diff) The file was modified
src/dynamics/se/dp_coupling.F90 (diff) The file was modified
src/dynamics/se/dyn_grid.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_mapping.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_advection_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/global_norms_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_driver_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_mod.F90 (diff) The file was modified
bld/configure (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem_nudged.xml (diff) The file was modified
bld/namelist_files/use_cases/2010_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/2000_geoschem.xml (diff) The file was modified
bld/namelist_files/use_cases/hist_geoschem.xml (diff) The file was modified
src/dynamics/se/dp_coupling.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_reconstruction_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_reconstruction_mod.F90 (diff) The file was modified
src/dynamics/se/dyn_comp.F90 (diff) The file was modified
src/dynamics/se/dyn_comp.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/cam/clubb_intr.F90 (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/silhs/user_nl_cam (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
bld/build-namelist (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/physics/cam/clubb_intr.F90 (diff)
Commit
40371e470698906677ec4d3835248ba1dbdc06de
by elundgren Change FCnudged_GC derecho test to not use zonal mean nudging I previously changed the test to zonal mean nudging when updating from cheyenne to derecho. Apparently the compset is not set up to do this and I therefore reverted to the previous test which is basic nuging. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu> The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/physics/rrtmgp/mcica_subcol_gen.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was removed src/physics/cam/slingo.F90 The file was modified
src/physics/rrtmg/radiation.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was removed src/physics/cam/ebert_curry.F90 The file was added src/physics/cam/slingo_liq_optics.F90 The file was modified
src/physics/rrtmgp/radconstants.F90 (diff) The file was removed src/physics/cam/oldcloud.F90 The file was added src/physics/cam/oldcloud_optics.F90 The file was modified
bld/configure (diff) The file was modified
src/physics/cam/cloud_rad_props.F90 (diff) The file was added src/physics/cam/ebert_curry_ice_optics.F90 The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
test/system/TR8.sh (diff) The file was modified
doc/ChangeLog (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
test/system/TR8.sh (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
src/physics/rrtmgp/rrtmgp_inputs.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
Externals.cfg (diff) The file was modified
cime_config/buildnml (diff) The file was modified
cime_config/buildlib (diff) The file was modified
src/physics/cam/cospsimulator_intr.F90 (diff) The file was modified
src/physics/camrt/radsw.F90 (diff) The file was modified
src/physics/rrtmg/radsw.F90 (diff) The file was modified
src/physics/rrtmgp/mcica_subcol_gen.F90 (diff) The file was modified
src/physics/cam/aer_rad_props.F90 (diff) The file was modified
src/physics/cam/slingo_liq_optics.F90 (diff) The file was modified
bld/configure (diff) The file was modified
src/physics/cam/cloud_rad_props.F90 (diff) The file was modified
src/physics/rrtmgp/radiation.F90 (diff) The file was modified
src/physics/cam/ebert_curry_ice_optics.F90 (diff) The file was modified
src/physics/rrtmgp/radconstants.F90 (diff) The file was modified
src/physics/rrtmg/radiation.F90 (diff) The file was modified
src/physics/rrtmg/aer_src/rrtmg_sw_reftra.f90 (diff) The file was modified
src/physics/camrt/radiation.F90 (diff) The file was modified
Externals.cfg (diff) The file was modified
src/dynamics/se/dycore/fvm_mapping.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_mapping.F90 (diff) The file was modified
src/dynamics/se/dycore/global_norms_mod.F90 (diff) The file was modified
src/dynamics/se/dyn_comp.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_mapping.F90 (diff) The file was modified
src/dynamics/se/dyn_grid.F90 (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
src/dynamics/se/dyn_comp.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_mapping.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_mapping.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_mapping.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_mapping.F90 (diff) The file was modified
src/dynamics/se/dp_coupling.F90 (diff) The file was modified
src/dynamics/se/dp_coupling.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_mapping.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_mapping.F90 (diff) The file was modified
src/dynamics/se/dycore/global_norms_mod.F90 (diff) The file was modified
src/dynamics/se/dycore/fvm_mapping.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_driver_mod.F90 (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
src/dynamics/se/dp_coupling.F90 (diff) The file was modified
src/dynamics/se/dycore_budget.F90 (diff) The file was modified
src/dynamics/se/dyn_comp.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_driver_mod.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
cime_config/SystemTests/tmc.py (diff) The file was modified
doc/ChangeLog (diff) The file was modified
Externals.cfg (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
cime_config/buildnml (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/dynamics/se/dycore/fvm_mapping.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/dynamics/se/dycore/fvm_mapping.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
test/system/TR8.sh (diff) The file was modified
Externals.cfg (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3/shell_commands (diff) The file was removed src/dynamics/fv3/dp_coupling.F90 The file was removed src/dynamics/fv3/pmgrid.F90 The file was removed src/dynamics/fv3/Makefile.in.fv3 The file was removed src/dynamics/fv3/microphys/module_mp_radar.F90 The file was modified
Externals_CAM.cfg (diff) The file was removed src/dynamics/fv3/dycore_budget.F90 The file was removed src/dynamics/fv3/spmd_dyn.F90 The file was removed src/dynamics/fv3/restart_dynamics.F90 The file was removed src/dynamics/fv3/dycore.F90 The file was modified
cime_config/config_pes.xml (diff) The file was removed src/dynamics/fv3/interp_mod.F90 The file was removed src/dynamics/fv3/dyn_comp.F90 The file was removed src/dynamics/fv3/dyn_grid.F90 The file was modified
bld/configure (diff) The file was removed src/dynamics/fv3/microphys/gfdl_cloud_microphys.F90 The file was removed src/dynamics/fv3/stepon.F90 The file was modified
cime_config/buildlib (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was removed src/dynamics/fv3/dimensions_mod.F90 The file was removed README_EXTERNALS The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/cam/vertical_diffusion.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
src/physics/cam/clubb_intr.F90 (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/silhs/user_nl_cam (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3/user_nl_cam (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
bld/configure (diff) The file was modified
src/physics/cam/zm_conv_intr.F90 (diff) The file was modified
bld/configure (diff) The file was modified
src/physics/cam/zm_conv_intr.F90 (diff) The file was modified
src/physics/cam/zm_conv_intr.F90 (diff) The file was modified
src/physics/cam/cam_snapshot.F90 (diff) The file was modified
src/physics/cam/convect_deep.F90 (diff) The file was modified
src/physics/cam_dev/cam_snapshot.F90 (diff) The file was modified
src/physics/cam/physpkg.F90 (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
src/physics/cam/zm_conv_intr.F90 (diff) The file was modified
src/physics/cam_dev/physpkg.F90 (diff) The file was modified
src/physics/cam/cam_diagnostics.F90 (diff) The file was modified
src/cpl/nuopc/atm_import_export.F90 (diff) The file was modified
src/control/camsrfexch.F90 (diff) The file was modified
src/physics/cam/zm_conv_intr.F90 (diff) The file was modified
src/dynamics/se/dycore/se_dyn_time_mod.F90 (diff) The file was removed src/chemistry/mozart/sv_decomp.F90 The file was modified
src/physics/waccm/efield.F90 (diff) The file was modified
src/dynamics/se/dycore/prim_init.F90 (diff) The file was modified
src/dynamics/se/dycore/element_mod.F90 (diff) The file was modified
src/physics/cam/zm_conv_intr.F90 (diff) The file was modified
src/physics/waccm/efield.F90 (diff) The file was modified
src/chemistry/utils/apex.F90 (diff) The file was modified
src/physics/waccm/efield.F90 (diff) The file was modified
bld/namelist_files/use_cases/sd_waccmx_ma_cam6.xml (diff) The file was modified
src/dynamics/se/dycore/prim_init.F90 (diff) The file was modified
src/control/cam_history.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
cime_config/buildnml (diff) The file was modified
src/dynamics/se/dycore/global_norms_mod.F90 (diff) The file was modified
src/chemistry/mozart/mo_jshort.F90 (diff) The file was modified
bld/namelist_files/namelist_defaults_cam.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/physics/cam/clubb_intr.F90 (diff) The file was modified
Externals.cfg (diff) The file was modified
bld/namelist_files/namelist_definition.xml (diff) The file was modified
cime_config/testdefs/testmods_dirs/cam/outfrq9s_mg3/user_nl_cam (diff) The file was modified
src/physics/cam/clubb_intr.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
src/physics/cam/micro_pumas_cam.F90 (diff) The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_pumas_rainbows/user_nl_cam The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_pumas_rainbows/user_nl_clm The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was added cime_config/testdefs/testmods_dirs/cam/outfrq9s_pumas_rainbows/shell_commands The file was modified
Externals.cfg (diff) The file was modified
Externals.cfg (diff) The file was modified
doc/ChangeLog (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
src/chemistry/mozart/mo_jshort.F90 (diff) The file was modified
src/chemistry/mozart/mo_jshort.F90 (diff) The file was modified
src/physics/cam/zm_conv_intr.F90 (diff) The file was modified
bld/namelist_files/use_cases/sd_waccmx_ma_cam6.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
cime_config/buildlib (diff) The file was modified
doc/ChangeLog (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
doc/ChangeLog (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
Externals_CAM.cfg (diff)
Commit
5e4cf3374d59d3544e8523300dcf444018847b28
by john [ 50 character, one line summary ] Update ChangeLog [ Description of the changes in this commit. It should be enough information for someone not following this development to understand. Lines should be wrapped at about 72 characters. ] Test suite: Test baseline: Test namelist changes: Test status: [bit for bit, roundoff, climate changing] Fixes: [CIME Github issue #] User interface changes?: [Yes (describe what changes), No] Code review: The file was modified
doc/ChangeLog (diff) The file was modified
Externals_CAM.cfg (diff) The file was modified
Externals.cfg (diff) The file was modified
Externals.cfg (diff) The file was modified
Externals.cfg (diff) The file was modified
.gitignore (diff) The file was modified
src/physics/cam/micro_pumas_cam.F90 (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
doc/ChangeLog (diff) The file was modified
Externals.cfg (diff) The file was modified
src/physics/cam/micro_pumas_cam.F90 (diff) The file was modified
src/physics/cam_dev/micro_pumas_cam.F90 (diff) The file was modified
cime_config/testdefs/testlist_cam.xml (diff) The file was modified
doc/ChangeLog (diff) The file was modified
bld/configure (diff)