JMMP-Group / SEVERN-SWOT

Severn estuary 500m ocean model
MIT License
1 stars 2 forks source link

Documentation to build NEMO and XIOS execs #12

Closed jpolton closed 3 years ago

jpolton commented 3 years ago

A walk through on how to build the NEMO and XIOS executables for Severn domain

jpolton commented 3 years ago

@mpayopayo I think this is done. Can you give it a try?

The following process is followed to build and get started with this configuration

git clone https://github.com/JMMP-Group/SEVERN-SWOT.git

Then follow descritptions in: https://github.com/JMMP-Group/SEVERN-SWOT/wiki

Specifically: https://github.com/JMMP-Group/SEVERN-SWOT/wiki/1.-Compile-NEMO-and-XIOS

Put comments or issues here.

mpayopayo commented 3 years ago

I'm executing line by line: make_paths.sh and make_directories.sh without problem. In make_nemo.sh L72: ./makenemo -n $CONFIG -r AMM12 -m X86_ARCHER2-Cray -j 16 I'm getting: image

I think it might be the xios?

jpolton commented 3 years ago

I'm executing line by line: make_paths.sh and make_directories.sh without problem. In make_nemo.sh L72: ./makenemo -n $CONFIG -r AMM12 -m X86_ARCHER2-Cray -j 16 I'm getting: image

I think it might be the xios?

@mpayopayo : Ooops yes. You need to build xios first.

. ./make_xios.sh
. ./make_nemo.sh

If that fixes things can you update the wiki accordingly?

mpayopayo commented 3 years ago

It fixed it. The wiki is updated too so that make_xios.sh is done before make_nemo.sh