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

O.M. : supress computation for coastal grid

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