Changeset 6102 for TOOLS


Ignore:
Timestamp:
03/15/22 14:52:54 (2 years ago)
Author:
asima
Message:

Adding option "outtype=float" to the "save/file=..." commands in order to write interpolated nudging variables in simple instead of double (ferret default) precision. This is done because the input ERA* files are in simple precision themselves. Also, it resuts in much smaller files, which is an advantage especially at high spatial resolutions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/INTERP_NUDGE/era2gcm.ksh

    r1367 r6102  
    6262define grid/like=${varout}[d=2]/x=grille_v[d=1]/y=grille_u[d=1] grille_t 
    6363 
    64 save/clobber/file="${fileout}" ${varout}[d=2,g=${grille},l=1] 
    65 repeat/l=1:${tmax} save/file="${fileout}"/append ${varout}[d=2,g=${grille}] 
     64save/outtype=float/clobber/file="${fileout}" ${varout}[d=2,g=${grille},l=1] 
     65repeat/l=1:${tmax} save/outtype=float/file="${fileout}"/append ${varout}[d=2,g=${grille}] 
    6666 
    6767exit 
Note: See TracChangeset for help on using the changeset viewer.