README.md 1.34 KB
Newer Older
sparonuz's avatar
sparonuz committed
# The workflow 

run 10 years saving the restarts:

`run_nemo -p param/param.cfg -s `
sparonuz's avatar
sparonuz committed


once this run finishes the other two can be lounched:
sparonuz's avatar
sparonuz committed
this one is because we need output.init.nc file, and from the previuos one we just have restarts.

`run_nemo -p param/param_init_state.cfg -s`
sparonuz's avatar
sparonuz committed

sparonuz's avatar
sparonuz committed
this one will save the initial state generate from the restart of the first one + white noise on the temperature
sparonuz's avatar
sparonuz committed

sparonuz's avatar
sparonuz committed
`run_nemo -p param/param_pert.cfg -s`
sparonuz's avatar
sparonuz committed

at this point run

sparonuz's avatar
sparonuz committed
`python3 RMSE.py  init_state.nc inital_state_pert.nc`
sparonuz's avatar
sparonuz committed

the two files will be found in the run folder of the respective runs.
From the output save the variables that differs more than say 10^(-7), and set an analysis with
sparonuz's avatar
sparonuz committed
```
sparonuz's avatar
sparonuz committed
error_thresholds = {"votemper": 0.0007167909394343306,
                    "vozocrtx": 7.003275906953925e-07,
                    "vomecrty": 6.99310434885036e-07,
                    "sohefldo": 0.00885575338581615,
                    "sozotaux": 1.0108048009931158e-06,
                    "sometauy": 1.1480837664543964e-06}
sparonuz's avatar
sparonuz committed
```

sparonuz's avatar
sparonuz committed
                    
The result of the analisys should be
sparonuz's avatar
sparonuz committed

| variable   | routine         | domain |
| ------     | ------          | -----|
| gdept\_n   | main	           |   dom_oce |
 | gde3w\_n  | main	           |   dom_oce |
 | zn	     | eos_insitu_pot  |   eosbn2 |
 | zn0	     | eos_insitu_pot  |   eosbn2 |
 | dta	     | fld_interp	   |   fldread |