Changeset 6079 for trunk/TOOLS


Ignore:
Timestamp:
2019-06-28T11:57:23+02:00 (5 years ago)
Author:
josefine.ghattas
Message:

Small change in output name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TOOLS/NUDGING_FILE/Job_moistc_yearly_files.sh

    r6078 r6079  
    5454  # Remove dimension soiltyp (which is now 1) by averaging over the dimension. Put all variables in the same file. 
    5555  for soiltyp in 1 2 3 ; do 
    56     ncwa -A -a soiltyp  moistc${soiltyp}_${year}_sechiba_out_2.nc moistc_daily_${year}.nc  
     56    ncwa -A -a soiltyp  moistc${soiltyp}_${year}_sechiba_out_2.nc moistc_${year}.nc  
    5757  done 
    58   ncatted -a long_name,moistc_1,m,c,"Soil Moisture profile for soil tile 1" moistc_daily_${year}.nc  
    59   ncatted -a long_name,moistc_2,m,c,"Soil Moisture profile for soil tile 2" moistc_daily_${year}.nc  
    60   ncatted -a long_name,moistc_3,m,c,"Soil Moisture profile for soil tile 3" moistc_daily_${year}.nc  
     58  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  
    6161 
    6262  let year=${year}+1 
Note: See TracChangeset for help on using the changeset viewer.