Ignore:
Timestamp:
Mar 20, 2020, 6:42:17 PM (5 years ago)
Author:
emillour
Message:

Mars GCM:
Save "dtau", the opacity difference between model and target dust scenario
in the restartfi.nc file so that we have 1+1=2 when running with dust
injection schemes.
EM

File:
1 edited

Legend:

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

    r2260 r2265  
    156156  use tracer_mod, only: noms ! tracer names
    157157  use nonoro_gwd_ran_mod, only: du_nonoro_gwd, dv_nonoro_gwd
     158  use compute_dtau_mod, only: dtau
    158159
    159160  implicit none
     
    226227  call put_field("tauscaling","dust conversion factor",tauscaling,time)
    227228
     229  if (dustinjection.gt.0) then
     230    call put_field("dtau","dust opacity difference between GCM and scenario",&
     231                   dtau,time)
     232  endif
     233
    228234  if (calltherm) then
    229235    call put_field("wstar","Max vertical velocity in thermals",wstar,time)
Note: See TracChangeset for help on using the changeset viewer.