Changeset 403 in lmdz_wrf for trunk


Ignore:
Timestamp:
Apr 28, 2015, 1:17:26 PM (10 years ago)
Author:
lfita
Message:

Adding 'ALB' on the list of varibales

Location:
trunk/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/checking_output.py

    r402 r403  
    22# L. Fita, LMD. April 2015
    33## e.g. # checking_output.py -f histins.nc -v t2m -l 'limitsVariables.inf'
    4 ## e.g. # python checking_output.py -f limit.nc -v SST -l 'limitsVariables.inf'
     4## e.g. # python checking_output.py -f limit.nc -v SST,ALB -l 'limitsVariables.inf'
    55# NOTE:
    66# `nc_var_tools.py' set of python scripts is required
  • trunk/tools/limitsVariables.inf

    r401 r403  
    11varname min max mean stddev
    22 - < > %10 %10
     3ALB 0. 1. 0.5 0.5
     4SST 273. 310. 300. 5.
     5sst 273. 310. 300. 30.
    36t2m -70. 50. 20. 40.
    4 sst 273. 310. 300. 30.
    5 SST 273. 310. 300. 5.
     7
Note: See TracChangeset for help on using the changeset viewer.