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

    r2343 r5099  
    1 !
     1
    22! $Id$
    3 !
     3
    44SUBROUTINE initphysto(infile,tstep,t_ops,t_wrt,fileid)
    55 
     
    1414  IMPLICIT NONE
    1515
    16 !
    1716!   Routine d'initialisation des ecritures des fichiers histoires LMDZ
    1817!   au format IOIPSL
    19 !
     18
    2019!   Appels succesifs des routines: histbeg
    2120!                                  histhori
     
    2322!                                  histdef
    2423!                                  histend
    25 !
     24
    2625!   Entree:
    27 !
     26
    2827!      infile: nom du fichier histoire a creer
    2928!      day0,anne0: date de reference
     
    3130!      t_ops: frequence de l'operation pour IOIPSL
    3231!      t_wrt: frequence d'ecriture sur le fichier
    33 !
     32
    3433!   Sortie:
    3534!      fileid: ID du fichier netcdf cree
    36 !
     35
    3736!   L. Fairhead, LMD, 03/99
    38 !
     37
    3938! =====================================================================
    4039
     
    6160
    6261!  Initialisations
    63 !
     62
    6463  ok_sync= .TRUE.
    65 !
     64
    6665!  Appel a histbeg: creation du fichier netcdf et initialisations diverses
    67 !         
    6866
    6967  zan = annee_ref
     
    7775!$OMP MASTER   
    7876!  Appel a histvert pour la grille verticale
    79 !
     77
    8078  DO l=1,nbp_lev
    8179     nivsigs(l)=REAL(l)
     
    8583       'sigma_level', &
    8684       nbp_lev, nivsigs, zvertiid)
    87 !
     85
    8886!  Appels a histdef pour la definition des variables a sauvegarder
    89 !
     87
    9088  CALL histdef(fileid, "phis", "Surface geop. height", "-", &
    9189       nbp_lon,jj_nb,nhoriid, 1,1,1, -99, 32, &
Note: See TracChangeset for help on using the changeset viewer.