Ignore:
Timestamp:
Oct 5, 2012, 9:56:56 AM (12 years ago)
Author:
Laurent Fairhead
Message:

Phasage de la dynamique parallele localisee (petite memoire) avec le tronc LMDZ4 (HEAD)
Validation effectuee par comparaison des fichiers de sorties debug (u, v, t, q, masse, etc ...) d'une simulation sans physique
faite avec la version du modele donnee par Y. Meurdesoif et la version phasee avec la r1428 (fin du tronc LMDZ4)


Phasing of the localised (low memory) parallel dynamics package with the LMDZ4 trunk version of LMDZ
Validation consisted in comparing output debug files (u, v, t, q, masse, etc... ) of a no physics simulation
run with the version of the code given by Y. Meurdesoif and this version phased with r1428 (HEAD of the LMDZ4 trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dmem/conf_gcm.F

    r1657 r1658  
    11!
    2 ! $Id: conf_gcm.F 1357 2010-04-14 14:03:19Z emillour $
     2! $Id: conf_gcm.F 1403 2010-07-01 09:02:53Z fairhead $
    33!
    44c
     
    362362       iphysiq = 5
    363363       CALL getin('iphysiq', iphysiq)
    364 
    365 ccc   .... P.Le Van, ajout le 03/01/96 pour l'ecriture phys ...
    366 c
    367 
    368364
    369365!Config  Key  = ip_ebil_dyn
     
    863859       CALL getin('ok_gradsfile',ok_gradsfile)
    864860
     861!Config  Key  = ok_limit
     862!Config  Desc = creation des fichiers limit dans create_etat0_limit
     863!Config  Def  = y
     864!Config  Help = production du fichier limit.nc requise
     865
     866       ok_limit = .TRUE.
     867       CALL getin('ok_limit',ok_limit)
     868
     869!Config  Key  = ok_etat0
     870!Config  Desc = creation des fichiers etat0 dans create_etat0_limit
     871!Config  Def  = y
     872!Config  Help = production des fichiers start.nc, startphy.nc requise
     873
     874      ok_etat0 = .TRUE.
     875      CALL getin('ok_etat0',ok_etat0)
     876
    865877      write(lunout,*)' #########################################'
    866       write(lunout,*)' Configuration des parametres du gcm: '
     878      write(lunout,*)' Configuration des parametres de cel0'
     879     &             //'_limit: '
    867880      write(lunout,*)' planet_type = ', planet_type
    868881      write(lunout,*)' calend = ', calend
     
    908921      write(lunout,*)' ok_strato = ', ok_strato
    909922      write(lunout,*)' ok_gradsfile = ', ok_gradsfile
     923      write(lunout,*)' ok_limit = ', ok_limit
     924      write(lunout,*)' ok_etat0 = ', ok_etat0
    910925c
    911926      RETURN
Note: See TracChangeset for help on using the changeset viewer.