Changeset 2742 for trunk/LMDZ.TITAN/libf/phytitan
- Timestamp:
- Jul 5, 2022, 11:56:26 PM (2 years ago)
- Location:
- trunk/LMDZ.TITAN/libf/phytitan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/physiq_mod.F90
r2372 r2742 1698 1698 comm_FLUXSURF_LW(1:ngrid)=fluxsurf_lw(1:ngrid) 1699 1699 comm_FLXGRD(1:ngrid)=fluxgrd(1:ngrid) 1700 sensibFlux(1:ngrid) = zflubid(1:ngrid) - capcal(1:ngrid)*zdtsdif(1:ngrid) 1700 1701 #endif 1701 1702 -
trunk/LMDZ.TITAN/libf/phytitan/turb_mod.F90
r2291 r2742 17 17 ! this is a flag to say 'turbulence is resolved' 18 18 ! mostly for LES use. default is FALSE (for GCM and mesoscale) 19 20 !! 21 !! initialisation done in phys_state_var_mod 22 !! ... strategy using routines like the one that follows could be used instead 19 23 20 24 !contains
Note: See TracChangeset
for help on using the changeset viewer.