Ignore:
Timestamp:
Sep 2, 2023, 10:52:57 AM (13 months ago)
Author:
fhourdin
Message:

standardisatio des noms pour lscp et fisrtilp

fisrtilp passe dans le module lmdz_lscp_old.F90
Prepartation de la replaysation de fisrtilp (deja fait pour lscp)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/lmdz_thermcell_ini.F90

    r4590 r4664  
    66
    77   integer :: dvdq=1,dqimpl=-1,prt_level=0,lunout
    8    real RG,RD,RCPD,RKAPPA,RLVTT,RLvCp,RETV
    9    real           :: r_aspect_thermals,tau_thermals,fact_thermals_ed_dz
    10    integer        :: iflag_thermals_ed,iflag_thermals_optflux,iflag_thermals_closure
    11    integer        :: iflag_thermals_down
    12    real           :: fact_thermals_down
     8   real    :: RG,RD,RCPD,RKAPPA,RLVTT,RLvCp,RETV
     9   real    :: r_aspect_thermals,tau_thermals,fact_thermals_ed_dz
     10   integer :: iflag_thermals_ed,iflag_thermals_optflux,iflag_thermals_closure
     11   integer :: iflag_thermals_down
     12   real    :: fact_thermals_down
    1313
    1414!$OMP THREADPRIVATE(dvdq,dqimpl,prt_level,lunout)
     
    109109
    110110
     111
     112write(lunout,*) 'thermcell_ini ,prt_level                =',  prt_level                   
     113write(lunout,*) 'thermcell_ini ,RG                       =',  RG                     
     114write(lunout,*) 'thermcell_ini ,RD                       =',  RD                       
     115write(lunout,*) 'thermcell_ini ,RCPD                     =',  RCPD                   
     116write(lunout,*) 'thermcell_ini ,RKAPPA                   =',  RKAPPA                 
     117write(lunout,*) 'thermcell_ini ,RLVTT                    =',  RLVTT                   
     118write(lunout,*) 'thermcell_ini ,RLvCp                    =',  RLvCp                   
     119write(lunout,*) 'thermcell_ini ,RETV                     =',  RETV                   
     120write(lunout,*) 'thermcell_ini ,tau_thermals             =',  tau_thermals           
     121write(lunout,*) 'thermcell_ini ,lunout                   =',  lunout                 
     122write(lunout,*) 'thermcell_ini ,r_aspect_thermals        =',  r_aspect_thermals       
     123write(lunout,*) 'thermcell_ini ,tau_thermals             =',  tau_thermals           
     124write(lunout,*) 'thermcell_ini ,fact_thermals_ed_dz      =',  fact_thermals_ed_dz
     125write(lunout,*) 'thermcell_ini ,fact_thermals_ed_dz      =',  fact_thermals_ed_dz
     126write(lunout,*) 'thermcell_ini ,iflag_thermals_ed        =',  iflag_thermals_ed       
     127write(lunout,*) 'thermcell_ini ,iflag_thermals_optflux   =',  iflag_thermals_optflux
     128write(lunout,*) 'thermcell_ini ,iflag_thermals_closure   =',  iflag_thermals_closure
     129write(lunout,*) 'thermcell_ini ,iflag_thermals_down      =',  iflag_thermals_down
     130write(lunout,*) 'thermcell_ini ,fact_thermals_down       =',  fact_thermals_down
     131write(lunout,*) 'thermcell_ini ,fact_epsilon             =',  fact_epsilon           
     132write(lunout,*) 'thermcell_ini ,betalpha                 =',  betalpha               
     133write(lunout,*) 'thermcell_ini ,afact                    =',  afact                   
     134write(lunout,*) 'thermcell_ini ,fact_shell               =',  fact_shell             
     135write(lunout,*) 'thermcell_ini ,detr_min                 =',  detr_min               
     136write(lunout,*) 'thermcell_ini ,entr_min                 =',  entr_min               
     137write(lunout,*) 'thermcell_ini ,detr_q_coef              =',  detr_q_coef             
     138write(lunout,*) 'thermcell_ini ,detr_q_power             =',  detr_q_power           
     139write(lunout,*) 'thermcell_ini ,mix0                     =',  mix0                   
     140write(lunout,*) 'thermcell_ini ,thermals_flag_alim       =',  thermals_flag_alim
     141
    111142 RETURN
    112143
Note: See TracChangeset for help on using the changeset viewer.