Changeset 4402


Ignore:
Timestamp:
04/29/19 13:00:00 (5 years ago)
Author:
omamce
Message:

O.M. : MOSAIX. Weights v1 for IPSLCM6 LR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MOSAIX/CreateWeightsMask.bash

    r4320 r4402  
    33#MSUB -o Out_WeightsMask    # Standard output 
    44#MSUB -e Out_WeightsMask    # Error output 
    5 #MSUB -n 16                 # Number of processors 
     5#MSUB -n 4                  # Number of processors 
    66#MSUB -T 7200               # Time limit (seconds) 
    77#MSUB -q skylake 
     
    6565echo ${Titre}"Defines model"${Norm} 
    6666# ================================= 
    67 CplModel=ORCA2.3xLMD9695 
     67#CplModel=ORCA2.3xLMD9695 
    6868#CplModel=ORCA2.3xICO30 
    6969#CplModel=ORCA2.3xICO40 
    70 #CplModel=eORCA1.2xLMD144142 
     70CplModel=eORCA1.2xLMD144142 
    7171#CplModel=eORCA1.2xLMD256256 
    7272#CplModel=eORCA1.2xICO40 
     
    7474#CplModel=eORCA025.1xLMD256256 
    7575 
    76 Version="v0" ; Comment="Fully tested in IPSLCM6 eORCA1.2 x LMD 144x142" 
     76#Version="v0" ; Comment="Fully tested in IPSLCM6 eORCA1.2 x LMD 144x142" 
     77Version="v1" ; Comment="Fully tested in IPSLCM6 eORCA1.2 x LMD 144x142" 
    7778 
    7879# If available, get model name from job name 
     
    8788 
    8889# Runoff parameter. atmCoastWidth and oceCoastWidth in grid points, searchRadius in km 
    89 atmCoastWidth=2 ; oceCoastWidth=2 ; searchRadius=600.0 
     90atmCoastWidth=2 ; oceCoastWidth=2 ; searchRadius=550.0 
    9091runOff_atmQuantity=Quantity ; runOff_oceQuantity=Surfacic 
    9192 
     93# Specific cases 
    9294[[ ${ATM} = ICO*      ]] && atmCoastWidth=0 # Parameter relevant for LMD rectilinear grid only 
    9395[[ ${ATM} = LMD*      ]] && atmCoastWidth=2 
    9496[[ ${OCE} = ORCA2.3   ]] && oceCoastWidth=1 
    95 [[ ${OCE} = eORCA1.2  ]] && oceCoastWidth=3 
     97[[ ${OCE} = eORCA1.2  ]] && oceCoastWidth=2 
    9698[[ ${OCE} = eORCA025* ]] && oceCoastWidth=1 
     99 
     100# More specific cases 
     101[[ ${CplModel} = eORCA1.2xLMD144142 ]] && atmCoastWidth=2 ; oceCoastWidth=2 ; searchRadius=550.0 ; Version="v1" ; Comment="Fully tested in IPSLCM6 eORCA1.2 x LMD 144x142"  
    97102 
    98103# Default values, used to create ocean fraction on atmospheric grid  
     
    155160#CommandList=( Grids ) 
    156161 
     162if [[ ${Version} = test_runoff_* ]] ; then 
     163    CommandList=( Runoff ) 
     164fi 
     165 
    157166## =========================================================================== 
    158167## 
Note: See TracChangeset for help on using the changeset viewer.