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

File:
1 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 
Note: See TracChangeset for help on using the changeset viewer.