Changeset 1617 for trunk/LMDZ.MARS/README
- Timestamp:
- Oct 10, 2016, 11:26:09 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r1594 r1617 2328 2328 - Further cleanup to harmonize with LMDZ.COMMON turn "idissip" into 2329 2329 "dissip_period". 2330 2331 == 10/10/16 == J. Audouard 2332 - Added CO2 clouds : if co2clouds is set to .true., physiq_mod will call co2cloud.F which contains a co2 clouds microphysics scheme (improvedCO2clouds.F). 3 tracers are needed: co2_ice, ccnco2_mass and ccnco2_number. 2333 - Routines added: 2334 co2cloud.F (called by physiq_mod.F, contains the microtimestep) 2335 co2sat.F 2336 improvedCO2clouds.F (called inside the microtimestep, contains the microphysics) 2337 massflowrateCO2.F (CO2 ice growth rate) 2338 nucleaCO2.F (CO2 ice nucleation) 2339 2340 - The following routines/files have been modified to take co2 clouds into account : 2341 callkeys.h (added logicals co2clouds and microphysco2) 2342 callsedim.F (CO2 clouds tracers are ignored : their sedimentation is done in the microtimestep inside co2cloud.F) 2343 conf_phys.F (added CO2 clouds logicals and some variables needed by the CO2 microphysics) 2344 initracer.F (added CO2 clouds tracers) 2345 microphys.H (added some values needed by the CO2 microphysic scheme) 2346 physiq_mod.F (now calls co2cloud.F if co2cloud is set to .true.) 2347 tracer_mod.F90 (added some variables needed by CO2 microphysics) 2348 updaterad.F90 (added a routine for CO2 clouds)
Note: See TracChangeset
for help on using the changeset viewer.