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/dyn3d/conf_gcm.F

    r1279 r1319  
    769769       CALL getin('ok_gradsfile',ok_gradsfile)
    770770
     771!Config  Key  = ok_limit
     772!Config  Desc = creation des fichiers limit dans create_etat0_limit
     773!Config  Def  = y
     774!Config  Help = production du fichier limit.nc requise
     775
     776       ok_limit = .TRUE.
     777       CALL getin('ok_limit',ok_limit)
     778
     779!Config  Key  = ok_etat0
     780!Config  Desc = creation des fichiers etat0 dans create_etat0_limit
     781!Config  Def  = y
     782!Config  Help = production des fichiers start.nc, startphy.nc requise
     783
     784      ok_etat0 = .TRUE.
     785      CALL getin('ok_etat0',ok_etat0)
     786
    771787      write(lunout,*)' #########################################'
    772       write(lunout,*)' Configuration des parametres du gcm: '
     788      write(lunout,*)' Configuration des parametres de create_etat0'
     789     &             //'_limit: '
    773790      write(lunout,*)' planet_type = ', planet_type
    774791      write(lunout,*)' calend = ', calend
     
    809826      write(lunout,*)' ok_strato = ', ok_strato
    810827      write(lunout,*)' ok_gradsfile = ', ok_gradsfile
     828      write(lunout,*)' ok_limit = ', ok_limit
     829      write(lunout,*)' ok_etat0 = ', ok_etat0
    811830c
    812831      RETURN
Note: See TracChangeset for help on using the changeset viewer.