I am transitioning from old NEMO 3.6 to new 4.2.
I found that there are minor modifications in namelist_ref and namelist_cfg files.
For example, in NEMO 3.6 were coefficients
Thank you for the replay.
I have one more question about compiling the new NEMO.
I have difficulty creating new configuration.
With NEMO 3.6 I used the command ./makenemo -m ifort_linux -r OPA_SRC -n MY_CONFIG -j 8
However with NEMO 4.2 it doesn’t work.
I create NEMOGCM/cfgs/MY_CONFIG/cpp_MY_CONFIG.fcm with fppkeys. Then I try ./makenemo -m ifort_linux -r OCE -n MY_CONFIG -j 8
but it fails with the message
E R R O R : key key_dynspg_ts is not found in MY_CONFIG/WORK routines...
we stop...
How can I create new configuration based on OCE subcomponent?
As your error message says, the cpp key key_dynspg_ts does not exist anymore. It is replaced by a logical flag in your namelist ln_dynspg_ts=.true.
You may have a look at other reference configurations shipped with NEMO and find useful tips in the user guide here: