Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SemjonSchimanke
C3S_322_Lot1_user_examples
Commits
f0b35825
Commit
f0b35825
authored
Feb 28, 2019
by
SemjonSchimanke
Browse files
Basic user instructions added.
parent
844c91cf
Changes
2
Show whitespace changes
Inline
Side-by-side
Create_forcing_for_NEMO/Create_NEMO_forcing_from_UERRA.py
View file @
f0b35825
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#SBATCH --requeue
#SBATCH --requeue
#########################################
#########################################
### Configure
part
### Configure
section
#########################################
#########################################
YYYY1
=
2018
# first year
YYYY1
=
2018
# first year
MM1
=
1
# first month
MM1
=
1
# first month
...
...
Create_forcing_for_NEMO/README
View file @
f0b35825
How to use these scripts
The objectives of the scripts
------------------------
-----------------------------
These scripts will
1) download the needed,
2) extract the region needed for NEMO-Nordic,
3) convert the units as needed for NEMO-Nordic,
4) save the final files as netCDF.
To be written...
Instructions
------------
Basically, users have only to adopt the "Configure section" in the
main script - Create_NEMO_forcing_from_UERRA.py
1) Set the dates your are interested in.
2) Define directories for downloaded data, the final data, and
a directory for temporary files.
Then, all you have to do is to run the main script...
Create_NEMO_forcing_from_UERRA.py
The scripts need some time to run. Especially the downloading of data
from the MARS archive takes time...
Technical details
-----------------
The scripts were developed and tested on HPC-system in Linköping/Sweden,
namely the cluster called "Bi".
Here, we used Python 2.7.9.
We involve also CDO commands to a large degree. These need to be compiled
into your python version.
Moreover, to fetch data from the MARS archive, you will need the
corresponding modules. Please find out on ECMWF's websides.
Otherwise, used modules should be standard.
Overview on the order of called routines
----------------------------------------
Create_NEMO_forcing_from_UERRA.py
Create_NEMO_forcing_from_UERRA.py
==> Get_UERRA_data.py
==> Get_UERRA_data.py
==> a) Get_UERRA_data.py
==> a) Get_UERRA_data.py
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment