Changes between Version 13 and Version 14 of Doc/Models/DYNAMICO


Ignore:
Timestamp:
04/09/24 15:17:53 (6 weeks ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Models/DYNAMICO

    v13 v14  
    7979# Use nudging with DYNAMICO # 
    8080 
     81== nudge with ERA5 data ==  
    8182Nudging is avalaible in IPSLCM7 :  
    8283  * in '''IPSLCM7_TP2024''' configuration. To activate it you need to modify the parameter "ok_guide" in dynamico.card (not in lmdz.card - this one is only use in the case of the regular grid) 
     
    110111If your login is not included in the group ''subipsl'' (check with command `groups`), ask to Anne Cozic to add it.   
    111112 
    112 Dynamico is using XIOS to read input files. For this we use an xml file with all informations needed by the model: `PARAM/nudging_dynamico.xml`. If it's not already by default in dynamico.card you need to add it to the parameters files section  
     113Dynamico is using XIOS to read input files. For this we use an xml file with all informations needed by the model: `PARAM/DYNAMICO/nudging_dynamico.xml`. If it's not already by default in dynamico.card you need to add it to the parameters files section  
    113114{{{ 
    114115[ParametersFiles] 
     
    129130 
    130131 
    131 # Advanced use of nudging with DYNAMICO # 
    132 As explain in [https://forge.ipsl.fr/igcmg_doc/wiki/Doc/Models/DYNAMICO#UsenudgingwithDYNAMICO previous part], user need to know which data will be used for the nudging. Only U & V, or / and T, or / and PS ? By default we proposed only nudging on U & V. If you want to use another configuration you need to modify following lines in PARAM/run_dynamico.def_nbp** 
     132== Advanced use of nudging with DYNAMICO == 
     133If you want to use differents nudging file than the default mode (nudging_forcing.nc and `DYNAMICO/xml/nudging_dynamico.xml`, or u.nc/v.nc and `PARAM/DYNAMICO/nudging_dynamico.xml`) you need to ask on platform-users mailing list.  
    133134 
    134 {{{ 
    135 #temps relaxation en secondes = force de rappel (voir dissip/nudging.f90)  >= dt 
    136 U_relax_in=21600 
    137 PS_relax_in=1e30 
    138 T_relax_in=1e30 
    139 Q_relax_in=1e30 
    140135 
    141 #guide_U = u, v 
    142 guide_U=y 
    143 }}} 
    144  
    145  * change relax time for your nudging variables (U_relax_in, PS_relax_in, T_relax_in, Q_relax_in) 
    146  * add guide_T, guide_PS or guide_Q=y as you need 
    147