diff --git a/ncatted.sh b/ncatted_RR.sh similarity index 94% rename from ncatted.sh rename to ncatted_RR.sh index 5cf4b70..f1b9f8c 100755 --- a/ncatted.sh +++ b/ncatted_RR.sh @@ -1,7 +1,7 @@ ################################### ## Adjust NetCDF header information ################################### -for file in /lustre/storeB/users/andreasd/postclim/3DBC/*/???C/merged/*nc +for file in /lustre/storeB/users/andreasd/postclim/3DBC/pr/???C/merged/*nc do ncatted -O -a summary,global,o,c,"Post-processing the bias-corrected data used in Klima i Norge 2100 (see http://data.nve.no/report/climate_hydrological_projections_Norway.pdf) using the 3D bias-correction method proposed by Mehrotra and Sharma (2019). The 3DBC method corrects for temporal, spatial and inter-variable inconsistencies introduced by quantile mapping. seNorge_2018 daily precipitation and temperature data has been used as the reference data set." $file ncatted -O -a creator_name,global,o,c,"Andreas Dobler" $file ncatted -O -a creator_email,global,o,c,"andreas.dobler@met.no" $file diff --git a/ncatted_TM.sh b/ncatted_TM.sh new file mode 100755 index 0000000..9ccd304 --- /dev/null +++ b/ncatted_TM.sh @@ -0,0 +1,13 @@ +################################### +## Adjust NetCDF header information +################################### +for file in /lustre/storeB/users/andreasd/postclim/3DBC/tas/???C/merged/*nc +do ncatted -O -a summary,global,o,c,"Post-processing the bias-corrected data used in Klima i Norge 2100 (see http://data.nve.no/report/climate_hydrological_projections_Norway.pdf) using the 3D bias-correction method proposed by Mehrotra and Sharma (2019). The 3DBC method corrects for temporal, spatial and inter-variable inconsistencies introduced by quantile mapping. seNorge_2018 daily precipitation and temperature data has been used as the reference data set." $file +ncatted -O -a creator_name,global,o,c,"Andreas Dobler" $file +ncatted -O -a creator_email,global,o,c,"andreas.dobler@met.no" $file +ncatted -O -a references,global,o,c,"Mehrotra and Sharma (2019): A Resampling Approach for Correcting Systematic Spatiotemporal Biases for Multiple Variables in a Changing Climate, Water Resources Research, 55(1), pp.754-770, doi: 10.1029/2018WR023270" $file +ncatted -O -a institution,global,o,c,"The Norwegian Meteorological Institute (MET Norway)" $file +ncatted -O -a keywords,global,o,c,"Climate, Meteorology, Temperature projections, Gridded data, Bias-adjustment, Empirical quantile mapping, 3DBC, Norway" $file +ncatted -O -a date_created,global,o,c,"Autumn 2019" $file +ncatted -O -h -a history,global,d,c,"" $file +done