Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Dec 4, 2023
1 parent 314f060 commit 82bc217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ RUN rm -fr /var/lib/{apt,dpkg,cache,log}
#RUN $MINICONDA_PREFIX/envs/daops/bin/python /tmp/kc-script.py

# ==== Test run daops at the command-line ====
RUN ROOCS_CONFIG=$config_file $MINICONDA_PREFIX/envs/daops/bin/daops subset --area 0,-10,120,40 \
--time 2085-01-16/2120-12-16 --levels / --time-components year:2090,2091,2092 \
--output-dir /tmp --file-namer simple cmip5.output1.MOHC.HadGEM2-ES.rcp85.mon.atmos.Amon.r1i1p1.latest.tas
#RUN ROOCS_CONFIG=$config_file $MINICONDA_PREFIX/envs/daops/bin/daops subset --area 0,-10,120,40 \
# --time 2085-01-16/2120-12-16 --levels / --time-components year:2090,2091,2092 \
# --output-dir /tmp --file-namer simple cmip5.output1.MOHC.HadGEM2-ES.rcp85.mon.atmos.Amon.r1i1p1.latest.tas


2 changes: 1 addition & 1 deletion app-package.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $graph:
# ramMax: 500Mb
hints:
DockerRequirement:
dockerPull: agstephens/daops-kerchunk:v0.3
dockerPull: agstephens/daops-kerchunk:v0.4
baseCommand: ["daops", "subset"]

arguments: []
Expand Down

0 comments on commit 82bc217

Please sign in to comment.