Changeset 3913
- Timestamp:
- 06/12/18 17:30:39 (5 years ago)
- Location:
- TOOLS/MOSAIX
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/MOSAIX/CreateOasisGrids.bash
r3901 r3913 137 137 # Creates ocean fields 138 138 # ---------------------------------------------------------------------------- 139 for OCEGRID in T U V C; do139 for OCEGRID in T U V ; do 140 140 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 141 141 ncks --fl_fmt=${FL_FMT3} -C --history --append --variable area_grid_${OCEGRID} ${OCE}_coordinates_mask_${FL_FMT3}.nc areas_${CplModel}.nc … … 308 308 # Final renaming 309 309 # ---------------------------------------------------------------------------- 310 for OCEGRID in T U V C310 for OCEGRID in T U V 311 311 do 312 312 ocegrid=${OCEGRID~} # To lowercase … … 408 408 # Name of the dimensions ? 409 409 # ---------------------------------------------------------------------------- 410 for OCEGRID in T U V C; do410 for OCEGRID in T U V ; do 411 411 ocegrid=${OCEGRID~} # Downcase name of grids 412 412 ncrename --history --dimension x_grid_${OCEGRID},x${ocegrid}${oce} grids_${CplModel}.nc -
TOOLS/MOSAIX/CreateWeightsMask.bash
r3912 r3913 509 509 ## Add missing variables in rmp files 510 510 ## =========================================================================== 511 for rmpFile in rmp_ * ; do511 for rmpFile in rmp_tlmd_to_[tuv]orc_*order_*.nc rmp_[tuv]orc_to_tlmd_*order_*.nc* ; do 512 512 echo ${rmpFile} 513 513 a_to_o=false ; o_to_a=false
Note: See TracChangeset
for help on using the changeset viewer.