Ignore:
Timestamp:
Jul 18, 2018, 4:48:34 PM (6 years ago)
Author:
mvals
Message:

Mars GCM:
Integration of the detached dust layer parametrizations (rocket dust storm, slope wind lifting, CW, and dust injection scheme, DB).
Still experimental, default behaviour (rdstorm=.false., dustinjection=0) identical to previous revision.
NB: Updated newstart requires an updated "surface.nc" containing the "hmons" field.
EM+MV

File:
1 edited

Legend:

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

    r1922 r1974  
    4747      use time_phylmdz_mod, only: init_time
    4848      use co2cloud_mod, only: ini_co2cloud,end_co2cloud
     49      use rocketduststorm_mod, only: ini_rocketduststorm_mod, &
     50                                     end_rocketduststorm_mod
    4951
    5052      IMPLICIT NONE
     
    112114      call ini_co2cloud(ngrid,nlayer)
    113115     
     116      ! allocate arrays in "rocketduststorm_mod":
     117      call end_rocketduststorm_mod
     118      call ini_rocketduststorm_mod(ngrid)
     119     
    114120      END SUBROUTINE phys_state_var_init
    115121
Note: See TracChangeset for help on using the changeset viewer.