Ignore:
Timestamp:
08/04/21 09:35:33 (3 years ago)
Author:
acosce
Message:

Add flag to choose if user want or not regrid output files on case we are running with dynamico

Location:
CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/GENERAL
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/GENERAL/DRIVER/inca.driver

    r5651 r5903  
    338338        esac 
    339339 
     340 
     341    # inca.def : regrid output files on regular grid or not  
     342    if [ ! X${inca_UserChoices_xios_remap_output} = X ] ; then 
     343        IGCM_comp_modifyDefFile nonblocker inca.def xios_remap_output  ${inca_UserChoices_xios_remap_output} 
     344    else 
     345        IGCM_comp_modifyDefFile nonblocker inca.def xios_remap_output  y 
     346    fi 
    340347 
    341348    # inca.def : Activate reading of 10m wind in files if LMDZ_10m_winds=n in inca.card 
  • CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/GENERAL/PARAM/inca.def

    r5542 r5903  
    22# parametres pour INCA 
    33####################################################################### 
     4#choose if we regrid or not output files on regular grid if we are running with ICO grid  
     5xios_remap_output=_AUTO_: DEFAULT=y 
    46#LMDZ_10m_winds=y --> use 10m wind from LMDZ, =n --> use 10m wind from output file 
    57LMDZ_10m_winds=_AUTO_ 
Note: See TracChangeset for help on using the changeset viewer.