Changeset 2159 for trunk/LMDZ.MARS/libf/phymars/compute_dtau_mod.F90
- Timestamp:
- Sep 12, 2019, 11:44:45 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.