Changeset 3913 for TOOLS


Ignore:
Timestamp:
06/12/18 17:30:39 (6 years ago)
Author:
omamce
Message:

O.M. : supress computation for coastal grid

Location:
TOOLS/MOSAIX
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MOSAIX/CreateOasisGrids.bash

    r3901 r3913  
    137137# Creates ocean fields 
    138138# ---------------------------------------------------------------------------- 
    139 for OCEGRID in T U V C ; do 
     139for OCEGRID in T U V ; do 
    140140    ncks --fl_fmt=${FL_FMT3} -C --history --append --variable nav_lon_grid_${OCEGRID},nav_lat_grid_${OCEGRID},bounds_lon_grid_${OCEGRID},bounds_lat_grid_${OCEGRID} ${OCE}_coordinates_mask_${FL_FMT3}.nc grids_${CplModel}.nc 
    141141    ncks --fl_fmt=${FL_FMT3} -C --history --append --variable area_grid_${OCEGRID} ${OCE}_coordinates_mask_${FL_FMT3}.nc areas_${CplModel}.nc 
     
    308308# Final renaming 
    309309# ---------------------------------------------------------------------------- 
    310 for OCEGRID in T U V C 
     310for OCEGRID in T U V 
    311311do 
    312312    ocegrid=${OCEGRID~} # To lowercase 
     
    408408# Name of the dimensions ?  
    409409# ---------------------------------------------------------------------------- 
    410 for OCEGRID in T U V C ; do 
     410for OCEGRID in T U V ; do 
    411411    ocegrid=${OCEGRID~} # Downcase name of grids 
    412412    ncrename --history --dimension  x_grid_${OCEGRID},x${ocegrid}${oce}         grids_${CplModel}.nc 
  • TOOLS/MOSAIX/CreateWeightsMask.bash

    r3912 r3913  
    509509## Add missing variables in rmp files 
    510510## =========================================================================== 
    511 for rmpFile in rmp_* ; do 
     511for rmpFile in rmp_tlmd_to_[tuv]orc_*order_*.nc rmp_[tuv]orc_to_tlmd_*order_*.nc* ; do 
    512512    echo ${rmpFile} 
    513513    a_to_o=false ; o_to_a=false 
Note: See TracChangeset for help on using the changeset viewer.