Skip to content

Commit aad786c

Browse files
SeanBryan51abhaasgoyal
authored andcommitted
Set c4frac references attribute
1 parent 855970f commit aad786c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: regrid_aus_05x05_to_005x005.sh

+8
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,14 @@ att_type='c'
660660
att_val='FRACTIONAL COVER OF C4 GRASS'
661661
ncatted -h -a "${att_nm}","${var_nm}","${mode}","${att_type}","${att_val}" ${output_file}
662662

663+
echo "Set c4frac references attribute"
664+
att_nm='references'
665+
var_nm='c4frac'
666+
mode='o'
667+
att_type='c'
668+
att_val='https://doi.org/10.5194/bg-10-2011-2013 following https://doi.org/10.1007/BF00379569'
669+
ncatted -h -a "${att_nm}","${var_nm}","${mode}","${att_type}","${att_val}" ${output_file}
670+
663671
bios_soil_vars_regex='^clay$|^sand$|^ssat$|^bch$|^css$|^hyds$|^sfc$|^sucs$|^rhosoil$|^silt$|^swilt$'
664672

665673
echo "Add provenance information to BIOS soil parameters"

0 commit comments

Comments
 (0)