Changes between Version 12 and Version 13 of Documentation/Forcings/CfStandard


Ignore:
Timestamp:
2016-04-29T10:49:01+02:00 (8 years ago)
Author:
llfita
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Forcings/CfStandard

    v12 v13  
    6969 
    7070== file rectifier == 
    71 A python script [attachment:file_rectifier.py] is provided to rectify input files. One should at least provide: filename, name of the variable to rectify, range of the variable, names of the variables with the longitudes, latitudes and output file. A series of complementary arguments will be demanded as function of the characteristics of the variable 
     71A python script [attachment:file_rectifier.py] is provided to rectify input files. One should at least provide: filename, name of the variable to rectify, range of the variable, names of the variables with the longitudes, latitudes and output file. A series of complementary arguments will be demanded as function of the characteristics of the variable. Different methodologies to generate the sea/land mask are provided. 
    7272{{{ 
    7373$ python file_rectifier.py -f [filename] -v [varname] -r [varmin],[varmax] -d [londimname],[latdimname] -l [lonname],[latname] -m [maskmethod] -z [oceanvalue] -o [outputfile] -A [extraAttributes]