Ignore:
Timestamp:
Jan 20, 2014, 5:20:05 PM (10 years ago)
Author:
lguez
Message:

New run-time parameters: ok_gwd_rando, ruwmax and sat. Logical
variable ok_gwd_rando activates the new stochastic parameterization of
the drag of non-orographic gravity waves, by F. Lott. Default value of
ok_gwd_rando is false. A run with ok_gwd_rando creates new variables
in restartphy.nc: du_gwd_rando and dv_gwd_rando. Possible output in
history files of new variables du_gwd_rando, dv_gwd_rando and
vstr_gwd_rando.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phyredem.F90

    r1931 r1938  
    340340  END IF
    341341
     342  if (ok_gwd_rando) then
     343     call put_field("du_gwd_rando", &
     344          "tendency on zonal wind due to gravity waves", &
     345          du_gwd_rando)
     346     call put_field("dv_gwd_rando", &
     347          "tendency on meriodional wind due to gravity waves", &
     348          dv_gwd_rando)
     349  end if
     350
    342351  CALL close_restartphy
    343352  !$OMP BARRIER
Note: See TracChangeset for help on using the changeset viewer.