Changeset 6079 for trunk/TOOLS
- Timestamp:
- 2019-06-28T11:57:23+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TOOLS/NUDGING_FILE/Job_moistc_yearly_files.sh
r6078 r6079 54 54 # Remove dimension soiltyp (which is now 1) by averaging over the dimension. Put all variables in the same file. 55 55 for soiltyp in 1 2 3 ; do 56 ncwa -A -a soiltyp moistc${soiltyp}_${year}_sechiba_out_2.nc moistc_ daily_${year}.nc56 ncwa -A -a soiltyp moistc${soiltyp}_${year}_sechiba_out_2.nc moistc_${year}.nc 57 57 done 58 ncatted -a long_name,moistc_1,m,c,"Soil Moisture profile for soil tile 1" moistc_ daily_${year}.nc59 ncatted -a long_name,moistc_2,m,c,"Soil Moisture profile for soil tile 2" moistc_ daily_${year}.nc60 ncatted -a long_name,moistc_3,m,c,"Soil Moisture profile for soil tile 3" moistc_ daily_${year}.nc58 ncatted -a long_name,moistc_1,m,c,"Soil Moisture profile for soil tile 1" moistc_${year}.nc 59 ncatted -a long_name,moistc_2,m,c,"Soil Moisture profile for soil tile 2" moistc_${year}.nc 60 ncatted -a long_name,moistc_3,m,c,"Soil Moisture profile for soil tile 3" moistc_${year}.nc 61 61 62 62 let year=${year}+1
Note: See TracChangeset
for help on using the changeset viewer.