Changes between Version 1 and Version 2 of Ticket #489


Ignore:
Timestamp:
02/25/11 03:22:44 (13 years ago)
Author:
arango
Comment:

Yes, good suggestion. I added the additional NetCDF variable names to all input scripts. This is done in the ocean_*.in, sediment_*.in, stations_*.in, and all the various biology input scripts. Please notice that these are the default variable names that are set in metadata file varinfo.dat. Recall that Users may change the variables names. I am aware of some Users changing the metadata information to their own language.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #489

    • Property ResolutionDone
    • Property Status newclosed
    • Property Summary suggestion for input fileSuggestion for standard input files
    • Property Type bugupgrade
  • Ticket #489 – Description

    v1 v2  
    33
    44{{{
     5Hout(idUvel) == T        ! u               3D U-velocity
     6Hout(idVvel) == T        ! v               3D V-velocity
     7Hout(idWvel) == T        ! w               3D W-velocity
     8Hout(idOvel) == T        ! omega           omega vertical velocity
     9Hout(idUbar) == T        ! ubar            2D U-velocity
     10Hout(idVbar) == T        ! vbar            2D V-velocity
     11Hout(idFsur) == T        ! zeta            free-surface
     12Hout(idBath) == T        ! bath            time-dependent bathymetry
     13Hout(idTvar) == T F      ! temp, salt      temperature and salinity
    514
    6 Hout(idUvel) == T        ! u           3D U-velocity
    7 Hout(idVvel) == T        ! v           3D V-velocity
    8 Hout(idWvel) == T        ! w           3D W-velocity
    9 Hout(idOvel) == T        ! omega       omega vertical velocity
    10 Hout(idUbar) == T        ! ubar        2D U-velocity
    11 Hout(idVbar) == T        ! vbar        2D V-velocity
    12 Hout(idFsur) == T        ! zeta        free-surface
    13 Hout(idBath) == T        ! bath        time-dependent bathymetry
    14 Hout(idTvar) == T F      ! temp, salt  temperature and salinity
     15Hout(idUair) == F        ! Uwind           surface U-wind
     16Hout(idVair) == F        ! Vwind           surface V-wind
     17Hout(idUsms) == F        ! sustr           surface U-stress
     18Hout(idVsms) == F        ! svstr           surface V-stress
     19Hout(idUbms) == F        ! bustr           bottom U-stress
     20Hout(idVbms) == F        ! bvstr           bottom V-stress
    1521
    16 Hout(idUair) == F        ! Uwind       surface U-wind
    17 Hout(idVair) == F        ! Vwind       surface V-wind
    18 Hout(idUsms) == F        ! sustr       surface U-stress
    19 Hout(idVsms) == F        ! svstr       surface V-stress
    20 Hout(idUbms) == F        ! bustr       bottom U-stress
    21 Hout(idVbms) == F        ! bvstr       bottom V-stress
    22 
    23 Hout(idUbrs) == T        ! bustrc      bottom U-current stress
    24 Hout(idVbrs) == T        ! bvstrc      bottom V-current stress
    25 Hout(idUbws) == T        ! bustrw      bottom U-wave stress
    26 Hout(idVbws) == T        ! bvstrw      bottom V-wave stress
    27 Hout(idUbcs) == T        ! bustrcwmax  bottom max wave-current U-stress
    28 Hout(idVbcs) == T        ! bvstrcwmax  bottom max wave-current V-stress
    29 Hout(idUVwc) == F        ! bstrcwmax   bottom max wave-current stress magnitude
     22Hout(idUbrs) == T        ! bustrc          bottom U-current stress
     23Hout(idVbrs) == T        ! bvstrc          bottom V-current stress
     24Hout(idUbws) == T        ! bustrw          bottom U-wave stress
     25Hout(idVbws) == T        ! bvstrw          bottom V-wave stress
     26Hout(idUbcs) == T        ! bustrcwmax      bottom max wave-current U-stress
     27Hout(idVbcs) == T        ! bvstrcwmax      bottom max wave-current V-stress
     28Hout(idUVwc) == F        ! bstrcwmax       bottom max wave-current stress magnitude
    3029
    3130Hout(idTsur) == F        ! shflux          surface net heat and salt flux
     
    4847}}}
    4948
    50 (formatting is messed up in this display box, but i think you get the idea).
    51 
    52