Ignore:
Timestamp:
May 10, 2022, 6:50:43 PM (2 years ago)
Author:
Laurent Fairhead
Message:

Source code and xml files needed for XIOS output in the LMDZ LonLat? dynamical core.
One flag controls everything: ok_dyn_xios. Parameters controlling outputs need to be put in the xml
files, nothing is set in the code
Work to follow on the dynzon file and the modipsl/libIGCM framework.
ok_dyn_xios = n should not change anything

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3dmem/conf_gcm.F90

    r4100 r4146  
    678678     ok_dyn_ave = .FALSE.
    679679     CALL getin('ok_dyn_ave',ok_dyn_ave)
     680
     681     !Config  Key  = ok_dyn_xios
     682     !Config  Desc = sorties moyennes dans la dynamique
     683     !Config  Def  = n
     684     !Config  Help =
     685     !Config         
     686     ok_dyn_xios = .FALSE.
     687     CALL getin('ok_dyn_xios',ok_dyn_xios)
    680688
    681689     write(lunout,*)' #########################################'
     
    721729     write(lunout,*)' ok_dyn_ins = ', ok_dyn_ins
    722730     write(lunout,*)' ok_dyn_ave = ', ok_dyn_ave
     731     write(lunout,*)' ok_dyn_xios = ', ok_dyn_xios
    723732  else
    724733     !Config  Key  = clon
     
    880889     ok_dyn_ave = .FALSE.
    881890     CALL getin('ok_dyn_ave',ok_dyn_ave)
     891
     892     !Config  Key  = ok_dyn_xios
     893     !Config  Desc = sorties moyennes dans la dynamique
     894     !Config  Def  = n
     895     !Config  Help =
     896     !Config         
     897     ok_dyn_xios = .FALSE.
     898     CALL getin('ok_dyn_xios',ok_dyn_xios)
    882899
    883900     !Config  Key  = use_filtre_fft
     
    9931010     write(lunout,*)' ok_dyn_ins = ', ok_dyn_ins
    9941011     write(lunout,*)' ok_dyn_ave = ', ok_dyn_ave
     1012     write(lunout,*)' ok_dyn_xios = ', ok_dyn_xios
    9951013     write(lunout,*)' use_filtre_fft = ', use_filtre_fft
    9961014     write(lunout,*)' use_mpi_alloc = ', use_mpi_alloc
Note: See TracChangeset for help on using the changeset viewer.