Ignore:
Timestamp:
02/24/22 09:58:49 (2 years ago)
Author:
omamce
Message:

O.M. : changes in MOSAIX

  • Correct ocean mask to remove periodic duplicated points, to have full conservation of run-off
  • Suppress creation of corc mask, which is not used
  • Put SVN keywords in make_mosaic
  • Update nemo.py with somùe additionnal utilities
  • Adapt RunOffWeights?.py to new nemo module
  • Adapt CalvingWeights?.py to new ORCA configurations
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MOSAIX/CreateWeightsMask.bash

    r6045 r6064  
    6868echo ${Titre}"Defines model"${Norm} 
    6969# ================================= 
    70 CplModel=ORCA2.3xLMD9695 
    71 #CplModel=ORCA2.3xICO30 
     70#CplModel=ORCA2.3xLMD9695 
     71CplModel=ORCA2.3xICO30 
    7272#CplModel=ORCA2.3xICO40 
    7373#CplModel=eORCA1.2xLMD144142 
     
    7979#Version="v0" ; Comment="Fully tested in IPSLCM6 eORCA1.2 x LMD 144x142" 
    8080#Version="v1" ; Comment="Fully tested in IPSLCM6 eORCA1.2 x LMD 144x142" 
    81 Version="NoSearchRadius" ; Comment="For testing new routing" 
     81#Version="NoSearchRadius" ; Comment="For testing new routing" 
     82Version="v2" ;  Comment="Correction of ORCA masks to have a perfect conservation of run-off" 
    8283 
    8384# If available, get model name from job name 
     
    104105 
    105106# More specific cases 
    106 [[ ${CplModel} = eORCA1.2xLMD144142 ]] && { atmCoastWidth=2 ; oceCoastWidth=2 ; searchRadius=550.0 ; Version="v1" ; Comment="Fully tested in IPSLCM6 eORCA1.2 x LMD 144x142" ; } 
     107[[ ${CplModel} = eORCA1.2xLMD144142 ]] && { atmCoastWidth=2 ; oceCoastWidth=2 ; searchRadius=550.0 ; } 
    107108 
    108109if [[ ${CplModel} = eORCA1.2xLMD144142 && Version = "NoSearchRadius" ]] ; then 
     
    178179## 
    179180## =========================================================================== 
    180 Tag="MOSAIX" 
     181#Tag="MOSAIX" 
    181182SUBMIT_DIR=$(pwd) 
    182183FMT_XIOS=netcdf4 
     
    589590            --attribute NCO,global,o,c,"NCO netCDF Operator ${NCO} http://nco.sourceforge.net" \ 
    590591            --attribute Python,global,o,c,"Python3 version ${PYTHON_VER}"          \ 
    591             --attribute OS,global,o,c,"$(uname -o)"                               \ 
    592592            --attribute release,global,o,c,"$(uname -r)"                          \ 
    593593            --attribute directory,global,o,c,"$(pwd)"                             \ 
     
    800800              --atmQuantity=${runOff_atmQuantity} --oceQuantity=${runOff_oceQuantity} --ocePerio=${OcePerio} 
    801801fi 
    802  
     802exit 
    803803## 
    804804echo ${Titre}"Calving weights"${Norm} 
     
    909909NCO             : NCO netCDF Operator ${NCO} http://nco.sourceforge.net 
    910910Python version  : ${PYTHON_VER} 
    911 OS              : $(uname -o) 
    912911release         : $(uname -r) 
    913 hardware        : $(uname -i) 
    914912EOF 
    915913 
Note: See TracChangeset for help on using the changeset viewer.