Ignore:
Timestamp:
Mar 14, 2022, 1:45:50 AM (2 years ago)
Author:
fhourdin
Message:

Nettoyage thermiques (suite) et replay1d

File:
1 edited

Legend:

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

    r4089 r4094  
    351351!
    352352      CALL thermcell_height(ngrid,nlay,lalim,lmin,linter,lmix,zw2,  &
    353      &           zlev,lmax,zmax,zmax0,zmix,wmax,lev_out)
     353     &           zlev,lmax,zmax,zmax0,zmix,wmax)
    354354! Attention, w2 est transforme en sa racine carree dans cette routine
    355355! Le probleme vient du fait que linter et lmix sont souvent égaux à 1.
     
    374374!
    375375!
    376 !!      write(lunout,*)'THERM NOUVEAU XXXXX'
    377376      CALL thermcell_dry(ngrid,nlay,zlev,pphi,ztv,alim_star,  &
    378     &                      lalim,lmin,zmax_sec,wmax_sec,lev_out)
     377    &                      lalim,lmin,zmax_sec,wmax_sec)
    379378
    380379 
     
    403402      if (iflag_thermals_closure.eq.1) then
    404403
    405       CALL thermcell_closure(ngrid,nlay,r_aspect_thermals,ptimestep,rho,  &
    406      &   zlev,lalim,alim_star_clos,f_star,zmax_sec,wmax_sec,f,lev_out)
     404     CALL thermcell_closure(ngrid,nlay,r_aspect_thermals,ptimestep,rho,  &
     405    &   zlev,lalim,alim_star_clos,zmax_sec,wmax_sec,f)
    407406
    408407!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     
    412411
    413412     CALL thermcell_closure(ngrid,nlay,r_aspect_thermals,ptimestep,rho,  &
    414     &   zlev,lalim,alim_star,f_star,zmax,wmax,f,lev_out)
     413    &   zlev,lalim,alim_star,zmax,wmax,f)
     414
    415415
    416416     endif
     
    690690      if (prt_level.ge.1) print*,'thermcell_main FIN  OK'
    691691
    692       return
     692 RETURN
    693693      end subroutine thermcell_main
    694694
Note: See TracChangeset for help on using the changeset viewer.