Ignore:
Timestamp:
Feb 23, 2010, 10:29:54 PM (14 years ago)
Author:
Laurent Fairhead
Message:
  • Modifications to the start and limit creation routines to account for different

calendars

  • Modification to phyetat0 to force the mask read in the start files to match the

surface fractions read in the limit file

  • Force readaerosol.F90 to read in aerosols file with 12 timesteps

  • Modifications aux routines de créations des fichiers start et limit pour prendre

en compte différents calendriers

  • Modification à phyetat0 pour forcer le masque lu dans le fichier start à être

compatible avec les fractions de surface lu dans le fichier limit

  • Forcer readaerosol à ne lire que des fichiers à 12 pas de temps
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/dyn3dpar/conf_gcm.F

    r1279 r1319  
    353353       iphysiq = 5
    354354       CALL getin('iphysiq', iphysiq)
    355 
    356 ccc   .... P.Le Van, ajout le 03/01/96 pour l'ecriture phys ...
    357 c
    358 
    359355
    360356!Config  Key  = ip_ebil_dyn
     
    819815       CALL getin('ok_gradsfile',ok_gradsfile)
    820816
     817!Config  Key  = ok_limit
     818!Config  Desc = creation des fichiers limit dans create_etat0_limit
     819!Config  Def  = y
     820!Config  Help = production du fichier limit.nc requise
     821
     822       ok_limit = .TRUE.
     823       CALL getin('ok_limit',ok_limit)
     824
     825!Config  Key  = ok_etat0
     826!Config  Desc = creation des fichiers etat0 dans create_etat0_limit
     827!Config  Def  = y
     828!Config  Help = production des fichiers start.nc, startphy.nc requise
     829
     830      ok_etat0 = .TRUE.
     831      CALL getin('ok_etat0',ok_etat0)
     832
    821833      write(lunout,*)' #########################################'
    822       write(lunout,*)' Configuration des parametres du gcm: '
     834      write(lunout,*)' Configuration des parametres de create_etat0'
     835     &             //'_limit: '
    823836      write(lunout,*)' planet_type = ', planet_type
    824837      write(lunout,*)' calend = ', calend
     
    862875      write(lunout,*)' ok_strato = ', ok_strato
    863876      write(lunout,*)' ok_gradsfile = ', ok_gradsfile
     877      write(lunout,*)' ok_limit = ', ok_limit
     878      write(lunout,*)' ok_etat0 = ', ok_etat0
    864879c
    865880      RETURN
Note: See TracChangeset for help on using the changeset viewer.