Ignore:
Timestamp:
Sep 17, 2023, 1:16:26 PM (13 months ago)
Author:
fhourdin
Message:

Preparation/test de convergence num en temps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmdiso/physiq_mod.F90

    r4687 r4690  
    8383    USE yamada_ini_mod, ONLY : yamada_ini
    8484    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
    8686    USE lmdz_thermcell_dtke, ONLY : thermcell_dtke
    8787    USE blowing_snow_ini_mod, ONLY : blowing_snow_ini , qbst_bs
     
    44654465#endif
    44664466          !>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
    44674476          CALL calltherm(pdtphys &
    44684477               ,pplay,paprs,pphi,weak_inversion &
    44694478                        ! ,u_seri,v_seri,t_seri,q_seri,zqsat,debut & !jyg
    4470                ,u_therm,v_therm,t_therm,q_therm,zqsat,debut &  !jyg
     4479               ,u_therm,v_therm,t_therm,q_therm,t_therm,q_therm,zqsat,debut &  !jyg
    44714480               ,d_u_ajs,d_v_ajs,d_t_ajs,d_q_ajs &
    44724481               ,fm_therm,entr_therm,detr_therm &
Note: See TracChangeset for help on using the changeset viewer.