From 3ca11831d82e0b03d047f9842171f6aeda064dc3 Mon Sep 17 00:00:00 2001 From: tinoheimhuber Date: Mon, 16 Apr 2018 15:03:30 +1000 Subject: [PATCH] #proper gitignore file and updated linux bash script for NARCLIM interrogation --- .gitignore | 4 ++ ...M_NC_to_CSV_CCRC_SS_BASH_script_readme.txt | 39 +++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 .gitignore create mode 100644 Analysis/Code/P1_NARCliM_NC_to_CSV_CCRC_SS_BASH_script_readme.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b439c4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +Data/ +Manuscript/ +NARCLIM/ +Outputs/ \ No newline at end of file diff --git a/Analysis/Code/P1_NARCliM_NC_to_CSV_CCRC_SS_BASH_script_readme.txt b/Analysis/Code/P1_NARCliM_NC_to_CSV_CCRC_SS_BASH_script_readme.txt new file mode 100644 index 0000000..28bf2c8 --- /dev/null +++ b/Analysis/Code/P1_NARCliM_NC_to_CSV_CCRC_SS_BASH_script_readme.txt @@ -0,0 +1,39 @@ +Variables: + +'evspsblmean' water_evaporation flux (actual ET) +'potevpmean' potential ET +'tasmean’ mean near surface temperature +‘tasmax’ maximum near surface temperature +‘pracc’ precipitation daily precipitation sum (sum of convective prcacc and stratiform prncacc precip) +‘pr1Hmaxtstep’ maximum 1 hour interval rainfall in a one day period +‘wssmean’ mean daily windspeed +'wss1Hmaxtstep' maximum 1 hour interval mean windspeeds in a one day period + +Sites: +Northern NSW: +Tweed River: -28.17, 153.56 +Cudgera Creek: -28.36, 153.58 +Belongil Creek: -28.63, 153.59 +Central NSW: +Port Stevens: -32.71, 152.20 +Terrigal Lagoon: -33.4, 151.44 +Hunter River: -32.91, 151.80 +Hunter River near Mahmods site: -32.843, 151.706 +Southern NSW: +Batemans Bay: -35.76, 150.25 +Towamba River: -37.1, 149.91 +Nadgee Lake: -37.47, 149.97 + +Bash-Code for netcdf interrogation: +latitude=-35.76 +longitude = 150.25 +python /srv/ccrc/data02/z5025317/Code_execution/P1_NARCliM_NC_to_CSV_CCRC_SS.py --lat $latitude --lon $longitude --varName 'tasmean' --domain 'd02' --timestep 'DAY'; +python /srv/ccrc/data02/z5025317/Code_execution/P1_NARCliM_NC_to_CSV_CCRC_SS.py --lat -32.843 --lon 151.706 --varName 'tasmax' --domain 'd02' --timestep 'DAY'; +python /srv/ccrc/data02/z5025317/Code_execution/P1_NARCliM_NC_to_CSV_CCRC_SS.py --lat -32.843 --lon 151.706 --varName 'pr1Hmaxtstep' --domain 'd02' --timestep 'DAY'; +python /srv/ccrc/data02/z5025317/Code_execution/P1_NARCliM_NC_to_CSV_CCRC_SS.py --lat -32.843 --lon 151.706 --varName 'wssmean' --domain 'd02' --timestep 'DAY'; +python /srv/ccrc/data02/z5025317/Code_execution/P1_NARCliM_NC_to_CSV_CCRC_SS.py --lat -32.843 --lon 151.706 --varName 'pracc' --domain 'd02' --timestep 'DAY'; +python /srv/ccrc/data02/z5025317/Code_execution/P1_NARCliM_NC_to_CSV_CCRC_SS.py --lat -32.843 --lon 151.706 --varName 'wss1Hmaxtstep' --domain 'd02' --timestep 'DAY'; +python /srv/ccrc/data02/z5025317/Code_execution/P1_NARCliM_NC_to_CSV_CCRC_SS.py --lat -32.843 --lon 151.706 --varName 'evspsblmean' --domain 'd02' --timestep 'DAY'; + +deactivate – +conda env create --name EEenv -- file ‘C:\Users\z5025317\WRL_Postdoc\Software\EE\ee-jupyter-examples-master\kilian_env’