Changeset 2220 for trunk/LMDZ.MARS/libf/phymars/phyredem.F90
- Timestamp:
- Jan 22, 2020, 11:41:33 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/phyredem.F90
r2079 r2220 24 24 use comcstfi_h, only: g, mugaz, omeg, rad, rcp 25 25 use time_phylmdz_mod, only: daysec 26 27 26 implicit none 28 27 … … 156 155 put_var, put_field 157 156 use tracer_mod, only: noms ! tracer names 157 use nonoro_gwd_ran_mod, only: du_nonoro_gwd, dv_nonoro_gwd 158 158 159 159 implicit none … … 263 263 call put_field("mem_Mh2o_co2","H2O mass integred into CO2 crystal",mem_Mh2o_co2,time) 264 264 endif 265 265 266 ! Non-orographic gavity waves 267 if (calllott_nonoro) then 268 call put_field("du_nonoro_gwd","Zonal wind tendency due to GW",du_nonoro_gwd,time) 269 call put_field("dv_nonoro_gwd","Meridional wind tendency due to GW",dv_nonoro_gwd,time) 270 endif 266 271 ! Close file 267 272 call close_restartphy
Note: See TracChangeset
for help on using the changeset viewer.