Compiling MOM6-SIS2, no file mct_mod.mod

mark.yoder

Mark Yoder
New Member
I am trying to compile the MOM6-SIS2 coupled model. All goes well, for a while, then I get an error, "cannot find mct_mod":
```
/scratch/users/myoder96/MOM6_utils/MOM6-examples/src/MOM6/config_src/drivers/mct_cap/ocn_cpl_indices.F90:3:7:
3 | use mct_mod, only: mct_avect_init, mct_avect_indexra, mct_aVect_clean, mct_aVect
| 1
Fatal Error:
Cannot open module file ‘mct_mod.mod’ for reading at (1): No such file or directory
```

I'm a a bit... very confused, as was under the impression that I was using the FMS_cap, not MCT_cap (and honestly, don't quite know what that means -- my main job here is to get this compiled and make it run).

`mct_mod` is perhaps part of a different project that I can compile into this build or link to?

Thanks in advance for any help anybody can provide!
 

mark.yoder

Mark Yoder
New Member
Never mind; got it! I mis-pasted (or similar mistake... MOM6/src as MOM6/ and so was trying to build the `mct_*` code elements, for which some modules were not available and which is not needed.
 
Back
Top