Changeset 4690 for LMDZ6/trunk/libf/phylmdiso
- Timestamp:
- Sep 17, 2023, 1:16:26 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90
r4687 r4690 83 83 USE yamada_ini_mod, ONLY : yamada_ini 84 84 USE lmdz_atke_turbulence_ini, ONLY : atke_ini 85 USE lmdz_thermcell_ini, ONLY : thermcell_ini 85 USE lmdz_thermcell_ini, ONLY : thermcell_ini, iflag_thermals_tenv 86 86 USE lmdz_thermcell_dtke, ONLY : thermcell_dtke 87 87 USE blowing_snow_ini_mod, ONLY : blowing_snow_ini , qbst_bs … … 4465 4465 #endif 4466 4466 !>jyg 4467 ! WARNING !!! introduction d'une subtilite avec la distinction 4468 ! entre deux types de profiles pour les thermiques. 4469 ! Ne change pas les resultats avec les isotopes tant qu'on 4470 ! tourne avec le defaut : iflag_thermals_tenv=0 4471 if ( iflag_thermals_tenv == 0 ) then 4472 abort_message ='iflag_thermals_env/=0 : non prevu avec les isotopes' 4473 CALL abort_physic (modname,abort_message,1) 4474 endif 4475 4467 4476 CALL calltherm(pdtphys & 4468 4477 ,pplay,paprs,pphi,weak_inversion & 4469 4478 ! ,u_seri,v_seri,t_seri,q_seri,zqsat,debut & !jyg 4470 ,u_therm,v_therm,t_therm,q_therm, zqsat,debut & !jyg4479 ,u_therm,v_therm,t_therm,q_therm,t_therm,q_therm,zqsat,debut & !jyg 4471 4480 ,d_u_ajs,d_v_ajs,d_t_ajs,d_q_ajs & 4472 4481 ,fm_therm,entr_therm,detr_therm &
Note: See TracChangeset
for help on using the changeset viewer.