-
-
We want an option in minsarApp.bash to optionally copy data to /tmp: `minsarApp.bash --copy_data_to_tmp`. This requires:
1. Simplification of `job_submission.py`
There will be two bash script calls …
-
├── prsfc
│ └── daily
│ ├── anoms
│ │ ├── CESM-46LCESM1
│ │ ├── NRL-NESM
│ │ └── RSMAS-CCSM4
│ ├── climo
│ │ ├── ECCC-GEM
│ │ ├─…
-
├── zg200
│ └── daily
│ ├── anoms
│ │ ├── ESRL-FIMr1p1
│ ├── climo
│ │ ├── ECCC-GEPS
│ │ ├── EMC-GEFS
│ │ ├── ESRL-FIMr1p1
│ │ ├── N…
-
├── va200
│ └── daily
│ ├── anoms
│ │ ├── NRL-NESM
│ ├── climo
│ │ ├── ECCC-GEPS
│ │ ├── NRL-NESM
│ │ └── RSMAS-CCSM4
-
├── ua850
│ └── daily
│ ├── climo
│ │ ├── ECCC-GEM
│ │ ├── EMC-GEFS
│ └── full
│ ├── ECCC-GEPS5
│ └── RSMAS-CCSM4
-
├── daily
│ ├── climo
│ │ ├── CESM-46LCESM1
│ │ ├── ECCC-GEPS5
│ │ ├── NCEP-CFSv2
│ │ ├── NCEP-CFSV2
│ │ └── RSMAS-CCSM4
│ └── full
│ ├── CESM-46LCESM1
│ ├── ECCC-…
-
├── ua200
│ └── daily
│ ├── anoms
│ │ ├── ESRL-FIMr1p1
│ │ ├── GMAO-GEOS_V2p1
│ ├── climo
│ │ ├── ECCC-GEPS5
│ └── full
│ ├── CESM-3…
-
- Commit Miami-type Pichincha to minsar/samples
- Instead of the mintpy corrections as part of `minopy_template.cfg`, should we follow the minopy processing with `smallbaselineApp.py templatefile --s…
-
Recently the updating wall time in case a job is timed out, does not work . I checked update_walltime.py script and it works but the problem is from run_workflow.bash and how it is implemented there.
…