Changeset 3700
- Timestamp:
- Jun 8, 2020, 12:51:16 PM (4 years ago)
- Location:
- BOL/Multi_atlas
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/Multi_atlas/Utils/atlas-def
r3684 r3700 1 YEAR GLOB pr,tas ,crest,crelt,crett,rtt,rstt,rlut,prw,hfls,ta,ua,hur,rsds,albs,tasmax,tasmin2 DJF GLOB pr,tas ,psl,crest,rsds,albs,hfls,tasmax,tasmin3 JJA GLOB pr,tas ,psl,crest,rsds,albs,hfls,tasmax,tasmin1 YEAR GLOB pr,tas 2 DJF GLOB pr,tas 3 JJA GLOB pr,tas -
BOL/Multi_atlas/Utils/multi.sh
r3695 r3700 261 261 # 262 262 pwd 263 ./multi_ZONE.sh -runsfile $runstxt YEAR $comp ZON 264 ./multi_ZONE.sh -runsfile $runstxt JJA $comp ZON 265 ./multi_ZONE.sh -runsfile $runstxt DJF $comp ZON 266 ./multi_ZONE.sh -runsfile $runstxt JJAS $comp AMMACROSS 263 ./multi_ZONE.sh YEAR $comp ZON -runsfile $runstxt 264 ./multi_ZONE.sh JJA $comp ZON -runsfile $runstxt 265 ./multi_ZONE.sh DJF $comp ZON -runsfile $runstxt 266 ./multi_ZONE.sh JJAS $comp AMMACROSS -runsfile $runstxt 267 267 268 fi 268 269 -
BOL/Multi_atlas/multi_ZONE.sh
r3684 r3700 7 7 ################################################### 8 8 9 SEAS=$1 10 comp=$2 11 ZONE=$3 12 9 13 login=`whoami` 10 14 hostname=`hostname` … … 38 42 39 43 local=`pwd` 40 SEAS=$141 comp=$242 ZONE=$343 44 44 45 latmin=-90.
Note: See TracChangeset
for help on using the changeset viewer.