Skip to content

Commit

Permalink
Added recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ledm committed Mar 20, 2024
1 parent 05873dc commit 3407f9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bgcval2/download_from_mass.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ def download_from_mass(
header_lines.append(''.join(['# run script with:\n# source ', os.path.abspath(download_script_path),'\n']))
header_lines.append('# moo passwd -r # if mass password is expired\n')
header_lines.append('source /etc/bashrc\n') # make sure script can access moo tools.
header_lines.append('echo "\n\nDownloading '+jobID+' on mass-cli1"\n') # make sure script can access moo tools.

download_script_txt = ''.join(header_lines)

# moo ls:
Expand Down
2 changes: 1 addition & 1 deletion input_yml/TerraFIRMA_overshoot_stables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
thickness: 1.2
linestyle: '-'
shifttime: -2094
timerange: [-50., 200.]
timerange: [-50., 400.]
suite: kmf physics bgc #alkalinity physics

# # ramp ups
Expand Down
2 changes: 1 addition & 1 deletion key_files/totalintpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ model_convert :
areafile: $PATHS_GRIDFILE
layers : layerless
regions : regionless

smoothings : DataOnly both5 both30 movingav30years 5and30 30and100

0 comments on commit 3407f9f

Please sign in to comment.