Changeset 2299 for trunk/LMDZ.GENERIC/libf/phystd/phyredem.F90
- Timestamp:
- Apr 27, 2020, 4:39:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/phyredem.F90
r1800 r2299 142 142 use tracer_h, only: noms 143 143 use slab_ice_h, only: noceanmx 144 use callkeys_mod, only: ok_slab_ocean 144 use callkeys_mod, only: ok_slab_ocean, calllott_nonoro 145 use nonoro_gwd_ran_mod, only: du_nonoro_gwd, dv_nonoro_gwd, & 146 east_gwstress, west_gwstress 145 147 146 148 implicit none … … 208 210 enddo 209 211 endif ! of if (nq>0) 212 213 ! Non-orographic gavity waves 214 if (calllott_nonoro) then 215 call put_field("du_nonoro_gwd","Zonal wind tendency due to GW",du_nonoro_gwd) 216 call put_field("dv_nonoro_gwd","Meridional wind tendency due to GW",dv_nonoro_gwd) 217 call put_field("east_gwstress","Eastward stress profile due to GW",east_gwstress) 218 call put_field("west_gwstress","Westward stress profile due to GW",west_gwstress) 219 endif 220 210 221 ! close file 211 222 CALL close_restartphy
Note: See TracChangeset
for help on using the changeset viewer.