Ignore:
Timestamp:
Sep 12, 2019, 11:44:45 AM (5 years ago)
Author:
mvals
Message:

Mars GCM:

  • Update of compute_dtau_mod.F90: dtau is calculated in function of the dust opacity given by the dust scenario the day after

MV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/compute_dtau_mod.F90

    r1985 r2159  
    5656       
    5757        ! 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
    5960        call read_dust_scenario(ngrid,nlayer,zday_scenario,pplev,       &
    6061       &                        tauref_scenario)
Note: See TracChangeset for help on using the changeset viewer.