Changes between Version 18 and Version 19 of DevelopmentActivities/Xios


Ignore:
Timestamp:
2014-02-19T18:41:20+01:00 (10 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/Xios

    v18 v19  
    8080 
    8181 
     82= How to install LMDZ-ORCHIDEE with XIOS : at CURIE = 
     83 
     84 * Extract 
     85{{{ 
     86> svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     87> cd modipsl/util 
     88}}} 
     89 * Add following lines in mod.def : 
     90{{{ 
     91#-H- LMDZOR_v6  LMDZ and ORCHIDEE working version towards IPSLCM6 
     92#-H- LMDZOR_v6  Configuration in developement and test phase 
     93#-M- LMDZOR_v6  Josefine.Ghattas@ipsl.jussieu.fr 
     94#-C- LMDZOR_v6  IOIPSL/tags/v2_2_2/src                HEAD               8  IOIPSL/src modeles 
     95#-C- LMDZOR_v6  trunk/ORCHIDEE                        HEAD               14 ORCHIDEE   modeles 
     96#-C- LMDZOR_v6  LMDZ5/trunk                           1986               11 LMDZ       modeles 
     97#-C- LMDZOR_v6  XIOS/trunk                            471                12 XIOS       modeles 
     98#-C- LMDZOR_v6  CONFIG/UNIFORM/v6/LMDZOR_v6           HEAD               8  LMDZOR_v6  config 
     99#-C- LMDZOR_v6  trunk/ORCHIDEE_OL                     HEAD               14 ORCHIDEE_OL config 
     100#-C- LMDZOR_v6  trunk/libIGCM                         990                10 libIGCM    . 
     101}}} 
     102 
     103 * Extract configuration LMDZOR_v6 
     104{{{ 
     105> ./model LMDZOR_v6 
     106}}} 
     107 
     108 * Load as for orchidee offline :  
     109{{{ 
     110module unload netcdf hdf5 
     111module load netcdf/4.2_hdf5_parallel 
     112module load hdf5/1.8.9_parallel 
     113}}} 
     114 
     115 * Compile as usuall 
     116{{{ 
     117cd modipsl/config/LMDZOR_v6 
     118gmake 
     119}}} 
     120 
     121* Lance 
     122Use all xml files found in modipsl/modeles/LMDZ/DefLists except iodef.xml.  
     123 
    82124= Implementation = 
    83125In the definition phase using IOIPSL, in the call to histdef, an operator is declared on the field. Using XIOS, some of these operators will be set in the xml file (which contains the definition phase) and some will be applied to the variables in the call to xios_orchidee_send_field.[[BR]]