Ignore:
Timestamp:
Jan 24, 2020, 3:25:31 PM (5 years ago)
Author:
emillour
Message:

Mars GCM:
Further cleanup of nonorographic gravity waves drag parametrization east_gwstress
and west_gwstress need be initialized and are better as module variables.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/physiq_mod.F

    r2224 r2225  
    436436      REAL d_u_hin(ngrid,nlayer), d_v_hin(ngrid,nlayer)
    437437      REAL d_t_hin(ngrid,nlayer)
    438       REAL east_gwstress(ngrid,nlayer)
    439       REAL west_gwstress(ngrid,nlayer)
    440438c  Diagnostics 2D of gw_nonoro
    441439      REAL zustrhi(ngrid), zvstrhi(ngrid)
     
    14071405     &               pdt, pdu, pdv,
    14081406     &               zustrhi,zvstrhi,
    1409      &               d_t_hin, d_u_hin, d_v_hin,
    1410      &               east_gwstress, west_gwstress)
     1407     &               d_t_hin, d_u_hin, d_v_hin)
    14111408
    14121409!  Update tendencies
Note: See TracChangeset for help on using the changeset viewer.