Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling ARC4 with CASIM #22

Open
leifdenby opened this issue Oct 2, 2020 · 1 comment
Open

Compiling ARC4 with CASIM #22

leifdenby opened this issue Oct 2, 2020 · 1 comment
Assignees

Comments

@leifdenby
Copy link
Collaborator

leifdenby commented Oct 2, 2020

From the met office MONC wiki (https://code.metoffice.gov.uk/trac/monc/wiki/MoncDoc/RunningWithCasim):

Running MONC with CASIM

Initially, the build system won't include the CASIM (Cloud and AeroSol Interacting Microphysics) scheme. To build with CASIM, you must also include the CASIM.cfg in the fcm make step, e.g.

fcm make -f fcm-make/monc_meto.cfg -f fcm-make/casim.cfg
@cemac-ccs
Copy link
Collaborator

I can do this by running these commands from the monc main directory on install:

mkdir -p $HOME/.metomi/fcm
 sed "s|= |= ${PWD}/fcm-make|" fcm-make/keyword.cfg >> $HOME/.metomi/fcm/keyword.cfg 

This imports the MOSRS paths for casim and socrates, allowing them to be downloaded at build time.
The config files, such as fcm-make/casim.cfg and fcm-make/casim_socrates.cfg have fields to allow the revision number of each package to be specified.

Using this, the above fcm-make command will work. I am running a test now to see if the bomex_casim.mcf file will run with this setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants