Ignore:
Timestamp:
01/11/21 10:27:20 (3 years ago)
Author:
omamce
Message:

O.M. : small changes

  • Bug that overrides the version number
  • Version of XIOS in README.md
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MOSAIX/CreateWeightsMask.bash

    r5158 r5548  
    8888echo ${Titre}"OCE model : ${OCE}"${Norm} 
    8989echo ${Titre}"Cpl model : ${CplModel}"${Norm} 
     90echo ${Titre}"Version   : ${Version}"${Norm} 
    9091 
    9192# Runoff parameter. atmCoastWidth and oceCoastWidth in grid points, searchRadius in km 
     
    9697[[ ${ATM} = ICO*      ]] && atmCoastWidth=0 # Parameter relevant for LMD rectilinear grid only 
    9798[[ ${ATM} = LMD*      ]] && atmCoastWidth=2 
    98 [[ ${OCE} = ORCA2.3   ]] && oceCoastWidth=1 
    99 [[ ${OCE} = eORCA1.2  ]] && oceCoastWidth=2 
     99[[ ${OCE} = ORCA2.*   ]] && oceCoastWidth=1 
     100[[ ${OCE} = eORCA1.*  ]] && oceCoastWidth=2 
    100101[[ ${OCE} = eORCA025* ]] && oceCoastWidth=1 
    101102 
    102103# More specific cases 
    103 [[ ${CplModel} = eORCA1.2xLMD144142 ]] && atmCoastWidth=2 ; oceCoastWidth=2 ; searchRadius=550.0 ; Version="v1" ; Comment="Fully tested in IPSLCM6 eORCA1.2 x LMD 144x142"  
     104[[ ${CplModel} = eORCA1.2xLMD144142 ]] && { atmCoastWidth=2 ; oceCoastWidth=2 ; searchRadius=550.0 ; Version="v1" ; Comment="Fully tested in IPSLCM6 eORCA1.2 x LMD 144x142" ; } 
    104105 
    105106# Default values, used to create ocean fraction on atmospheric grid  
Note: See TracChangeset for help on using the changeset viewer.