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/gr_fi_ecrit.F90

    r2418 r5099  
    11SUBROUTINE gr_fi_ecrit(nfield,nlon,iim,jjmp1,fi,ecrit)
    22  IMPLICIT none
    3   !
     3
    44  ! Tranformer une variable de la grille physique a
    55  ! la grille d'ecriture
    6   !
     6
    77  ! WARNING: This only works on the full global grid
    88  !          (ie for GCM in serial mode)
    99  INTEGER nfield,nlon,iim,jjmp1, jjm
    1010  REAL fi(nlon,nfield), ecrit(iim*jjmp1,nfield)
    11   !
     11
    1212  INTEGER i, n, ig
    13   !
     13
    1414  jjm = jjmp1 - 1
    1515  DO n = 1, nfield
Note: See TracChangeset for help on using the changeset viewer.