Changeset 2159
- Timestamp:
- Sep 12, 2019, 11:44:45 AM (5 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2158 r2159 2734 2734 == 11/09/2019 == FGG 2735 2735 - Updated chemical core to include ionospheric chemistry 2736 2737 == 12/09/2019 == MV 2738 - Update of compute_dtau_mod.F90: dtau is calculated in function of the dust opacity given by the dust scenario the day after -
trunk/LMDZ.MARS/libf/phymars/compute_dtau_mod.F90
r1985 r2159 56 56 57 57 ! 1. Obtain tauref_scenario from dust scenario 58 zday_scenario=zday-modulo(zday,1.) 58 zday_scenario=zday-modulo(zday,1.) ! integer value of the day: the scenario opacity is measured at 14:00 59 zday_scenario=zday_scenario+1 ! opacity of the dust scenario is read the day after 59 60 call read_dust_scenario(ngrid,nlayer,zday_scenario,pplev, & 60 61 & tauref_scenario)
Note: See TracChangeset
for help on using the changeset viewer.