Ignore:
Timestamp:
Jul 22, 2024, 9:29:09 PM (4 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/phys_output_mod.F90

    r5098 r5099  
    11! $Id$
    2 !
    32
    43MODULE phys_output_mod
     
    310309! afin d avoir une seule sortie mensuelle par mois lorsque l on tourne
    311310! par annee (IM).
    312 !
     311
    313312     idayref = day_ref
    314313     IF (klon_glo==1) THEN
     
    414413          spectband(ISW)=(wn1_sun(ISW)+wn2_sun(ISW))/2
    415414        ENDDO
    416 !
     415
    417416!!! ajout axe vertical spectband : solar band number
    418417        CALL wxios_add_vaxis("spectband", NSW, spectband, positif='down')
     
    650649
    651650    ipos=scan(str,'0123456789.',.TRUE.)
    652     ! 
     651
    653652    il=len_trim(str)
    654653    WRITE(lunout,*) "ipos = ", ipos
Note: See TracChangeset for help on using the changeset viewer.