Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Meso-NH-NOT-OFFICIAL-TESTONLY
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RODIER Quentin
Meso-NH-NOT-OFFICIAL-TESTONLY
Commits
58363437
Commit
58363437
authored
8 months ago
by
PIANEZZE Joris
Browse files
Options
Downloads
Patches
Plain Diff
Update Readme
parent
6210b343
No related branches found
No related tags found
1 merge request
!4
Bugfix for OASIS's coupling and aerosols (sea salt, dust and anthropogenic)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MY_RUN/KTEST/013_Iroise_OASIS_coupling/Readme
+20
-24
20 additions, 24 deletions
MY_RUN/KTEST/013_Iroise_OASIS_coupling/Readme
with
20 additions
and
24 deletions
MY_RUN/KTEST/013_Iroise_OASIS_coupling/Readme
+
20
−
24
View file @
58363437
=====================================================
===== Readme for 013_Iroise_OASIS_coupling
=====================================================
# Readme for 013_Iroise_OASIS_coupling
The automatic compilation of Meso-NH was developed with
gfortran/openMPI.
The automatic compilation of Meso-NH was developed with gfortran/openMPI.
Adaptation of the Makefile for OASIS is required
if you want to use another compiler.
Adaptation of the Makefile for OASIS is required if you want to use another compiler.
-----------------------------------------------------
1. Configure Meso-NH
-----------------------------------------------------
## Configure Meso-NH
```bash
export VER_MPI=MPIAUTO
export VER_CDF=CDFAUTO
export VER_OASIS=OASISAUTO
./configure
. ../conf/profile_mesonh
```
-----------------------------------------------------
2. Compile Meso-NH
-----------------------------------------------------
## Compile Meso-NH
```bash
make
make installmaster
```
-----------------------------------------------------
3. Launch the coupling run
-----------------------------------------------------
# Launch the coupling run
Before launching the coupling run, you have to define
the environnment variable PREP_PGD_FILES.
It corresponds to the directory where the files
needed by the PGD program (ECOCLIMAP, gtopo30, SAND*, CLAY*)
are stored. You can download these files at this location:
http://mesonh.aero.obs-mip.fr/mesonh52/Download
Before launching the coupling run, you have to define the environnment variable PREP_PGD_FILES.
It corresponds to the directory where the files needed by the PGD program (ECOCLIMAP, gtopo30, SAND*, CLAY*)
are stored. You can download these files at this location: http://mesonh.aero.obs-mip.fr/mesonh52/Download
The toy model need the etopo2.nc file, you can download it there:
http://mesonh.aero.obs-mip.fr/mesonh49/Download
The toy model need the etopo2.nc file, you can download it there: http://mesonh.aero.obs-mip.fr/mesonh49/Download
You have to put this file at the same location as the pgd files.
Define the PREP_PGD_FILES environnment variable:
```bash
export PREP_PGD_FILES=/full/path/of/your/files/directory
```
Then go to the coupling ktest:
```bash
cd MY_RUN/KTEST/013_Iroise_OASIS_coupling/
```
and launch the coupling KTEST:
```bash
./run_013_Iroise_OASIS_coupling
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment