Ignore:
Timestamp:
Jan 22, 2020, 11:41:33 AM (5 years ago)
Author:
dbardet
Message:

Update the nonorographic gravity waves drag parametrization (from the r3599 of Earth s model LMDZ6): 1) add east_ and west_gwdstress variables, 2) delete aleas function: random waves are producted by the MOD function, 3) reproductibility concerning the number of procs is now validated, 4) changing name of some variables like RUW, RVW, ZOP, ZOM,..., 5) tendency of winds due to GW drag are now module variables and written in restart files.

File:
1 edited

Legend:

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

    r2199 r2220  
    5454      use watercloud_mod, only: ini_watercloud_mod, &
    5555                                end_watercloud_mod
     56      use nonoro_gwd_ran_mod, only: ini_nonoro_gwd_ran, &
     57                                    end_nonoro_gwd_ran
    5658
    5759      IMPLICIT NONE
     
    135137      call ini_watercloud_mod(ngrid,nlayer,nq)
    136138
     139      ! allocate arrays in "nonoro_gwd_ran_mod"
     140      call end_nonoro_gwd_ran
     141      call ini_nonoro_gwd_ran(ngrid,nlayer)
     142
     143
    137144      END SUBROUTINE phys_state_var_init
    138145
Note: See TracChangeset for help on using the changeset viewer.