Ignore:
Timestamp:
Jul 22, 2024, 9:29:09 PM (2 months ago)
Author:
abarral
Message:

Replace most uses of CPP_DUST by the corresponding logical defined in lmdz_cppkeys_wrapper.F90
Convert several files from .F to .f90 to allow Dust to compile w/o rrtm/ecrad
Create lmdz_yoerad.f90
(lint) Remove "!" on otherwise empty line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Amaury_dev/libf/phylmd/StratAer/micphy_tstep.F90

    r5098 r5099  
    1 !
     1
    22! $Id$
    3 !
     3
    44SUBROUTINE micphy_tstep(pdtphys,tr_seri,t_seri,pplay,paprs,rh,is_strato)
    55
     
    6363 
    6464  DO ilon=1, klon
    65 !
     65
    6666!--initialisation of diagnostic
    6767  budg_h2so4_to_part(ilon)=0.0
    68 !
     68
    6969  DO ilev=1, klev
    70 !
     70
    7171!--initialisation of diagnostic
    7272  budg_3D_nucl(ilon,ilev)=0.0
    7373  budg_3D_cond_evap(ilon,ilev)=0.0
    74 !
     74
    7575  ! only in the stratosphere
    7676  IF (is_strato(ilon,ilev)) THEN
Note: See TracChangeset for help on using the changeset viewer.