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/phylmdiso/phys_output_mod.F90

    r5098 r5099  
    11! $Id: phys_output_mod.F90 3792 2021-01-04 17:01:25Z evignon $
    2 !
    32
    43MODULE phys_output_mod
     
    307306! afin d avoir une seule sortie mensuelle par mois lorsque l on tourne
    308307! par annee (IM).
    309 !
     308
    310309     idayref = day_ref
    311310     IF (klon_glo==1) THEN
     
    411410          spectband(ISW)=(wn1_sun(ISW)+wn2_sun(ISW))/2
    412411        ENDDO
    413 !
     412
    414413!!! ajout axe vertical spectband : solar band number
    415414        CALL wxios_add_vaxis("spectband", NSW, spectband, positif='down')
     
    630629
    631630    ipos=scan(str,'0123456789.',.TRUE.)
    632     ! 
     631
    633632    il=len_trim(str)
    634633    WRITE(lunout,*) "ipos = ", ipos
Note: See TracChangeset for help on using the changeset viewer.