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/phys_state_var_init_mod.F90

    r2223 r2265  
    4848      use time_phylmdz_mod, only: init_time
    4949      use co2cloud_mod, only: ini_co2cloud,end_co2cloud
     50      use compute_dtau_mod, only: ini_compute_dtau_mod, &
     51                                  end_compute_dtau_mod
    5052      use rocketduststorm_mod, only: ini_rocketduststorm_mod, &
    5153                                     end_rocketduststorm_mod
     
    126128      call ini_co2cloud(ngrid,nlayer)
    127129     
     130      ! allocate arrays in "compute_dtau_mod":
     131      call end_compute_dtau_mod
     132      call ini_compute_dtau_mod(ngrid)
     133
    128134      ! allocate arrays in "rocketduststorm_mod":
    129135      call end_rocketduststorm_mod
Note: See TracChangeset for help on using the changeset viewer.