-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from ec-jrc/ec_variables
Added variable varNumber to handle different variables position in ne…
- Loading branch information
Showing
3 changed files
with
42 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
#!/bin/bash | ||
# Settings file for the Gumbel fit | ||
|
||
inpDir="/climateRun4/HELIX/global/dis/LF05/out" #Input file with daily maps to analyze and from which to extract the annual maxima | ||
varName="dis" #Output filename | ||
inpDir="/climateRun4/HELIX/global/dis/LF05/out" #Input path with daily maps to analyze and from which to extract the annual maxima | ||
varName="dis" #Input filename | ||
outDir="/H07_Global/deleteMe" #Output directory | ||
cloneMap="/climateRun4/HELIX/global/maps/area.map" #Clone map (Only in case you want the output maps also in PCRaster format, otherwise omit) | ||
returnPeriods="2-5-10-20-50-100-200-500" #Return periods [years]. Use the dash (-) as separator | ||
rootdir="/nahaUsers/alfielo/CA/GloFAS/scripts/GumbelFit_v2/GFIT_tool.v2/" #Directory where gfit2.r is stored, with "/" at the end (omit if current directory) | ||
warmup_yrs="0" #Number of years to discard in the beginning | ||
warmup_yrs="0" #Number of years to discard in the beginning (omit if 0) | ||
# Nyears="30" #Number of years to use in the fitting (omit if all) | ||
MaxGTavgDis=0 #if 1 then annual maxima which are below the long term average are ignored in the fitting (it may result in missing values in the return levels) | ||
varNumber=1 #Change this if the variable to extract is in a different position in the netcdf file (omit if 1) |