NorESMhub / NorESM

Norwegian Earth System Model and Documentation

Home Page:https://noresm-docs.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing Externals.cfg file in CICE component when testing noresm2_5_alpha02

TomasTorsvik opened this issue · comments

I get an error for the noresm2_5_alpha02 tag when running checkout_externals. Looks like cice6 should have an Externals.cfg file, but this is not included by default when checking out the development tag.

Describe the bug
Please provide a clear and concise description of what the bug is.

  • NorESM version: noresm2_5_alpha02
  • HPC platform: betzy
  • Error message (if applicable):
$ ./manage_externals/checkout_externals 
Processing externals description file : Externals.cfg
Processing externals description file : Externals_BLOM.cfg
Processing externals description file : Externals_CAM.cfg
ERROR:root:External externals description file "Externals.cfg" does not exist! In directory: /cluster/projects/nn2980k/tomast/NORESM/NorESM/components/cice

ERROR: External externals description file "Externals.cfg" does not exist! In directory: /cluster/projects/nn2980k/tomast/NORESM/NorESM/components/cice

To Reproduce
Steps to reproduce the behavior:

  1. Check out the tag noresm2_5_alpha02
  2. ./manage_externals/checkout_externals

@TomasTorsvik - I just successfully checked cice6 - so I cannot duplicate this problem.

Checking status of externals: cice6,
Checking out externals: cice6, Processing externals description file : Externals.cfg
Checking out externals: cice,

Looks like this is a git issue on betzy (or maybe something with my environment). It works when I make a new clone from the NorESM repository, and check out the tag noresm2_5_alpha02.