-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
This line really means the compass path now, not mpas_model:
general.config.ocean:39:
mpas_model = FULL_PATH_TO_MPAS_MODEL_REPO
But it is only used in two places:
ocean/soma/32km/default/config_analysis.xml:3:
<add_link source_path="mpas_model" source="testing_and_setup/compass/ocean/soma/32km/default/analysis/check_particle_sampling.py" dest="check_particle_sampling.py"/>
ocean/ziso/20km/default/config_forward.xml:8:
<add_link source_path="mpas_model" source="testing_and_setup/compass/ocean/scripts/LIGHTparticles/make_particle_file.py" dest="make_particles.py"/>
so I think we can just get rid of that config flag completely, as we should be able to specify those paths in a different way. Also, the testing_and_setup/compass
is incorrect now anyway.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working