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/physiq_mod.F

    r2214 r2220  
    430430      REAL d_u_hin(ngrid,nlayer), d_v_hin(ngrid,nlayer)
    431431      REAL d_t_hin(ngrid,nlayer)
     432      REAL east_gwstress(ngrid,nlayer)
     433      REAL west_gwstress(ngrid,nlayer)
    432434c  Diagnostics 2D of gw_nonoro
    433435      REAL zustrhi(ngrid), zvstrhi(ngrid)
    434 
    435436c Variables for PBL
    436437      REAL zz1(ngrid)
     
    13811382     &               pdt, pdu, pdv,
    13821383     &               zustrhi,zvstrhi,
    1383      &               d_t_hin, d_u_hin, d_v_hin)
     1384     &               d_t_hin, d_u_hin, d_v_hin,
     1385     &               east_gwstress, west_gwstress)
    13841386
    13851387!  Update tendencies
Note: See TracChangeset for help on using the changeset viewer.