COSIMA / om3-scripts

A place for scripts related to ACCESS-OM3
Apache License 2.0
2 stars 0 forks source link

DROF and DATM stream names #27

Closed aekiss closed 2 months ago

aekiss commented 2 months ago

generate_xml_datm.py produces stream names like this

  <stream_info name="CORE_IAF_JRA55do.PRSN">

which is confusing, because CORE is a different dataset from JRA55do, and also the same stream names are also used for the RYF configs. Can we drop CORE_IAF_ and just have names like this?

  <stream_info name="JRA55do.PRSN">

Similarly, generate_xml_drof.py uses

  <stream_info name="rof.iaf_jra">

but

  <stream_info name="JRA55do.FRIVER">

(and similar for LICALVF - see https://github.com/COSIMA/om3-scripts/issues/29) would be less confusing and more consistent.

dougiesquire commented 2 months ago

I think we can change these here, but CORE_IAF_JRA55do is actually the name of the new datamode that @ezhilsabareesh8 set up, so if we don't like that name we should change it here also.

UPDATE: opened https://github.com/COSIMA/access-om3/issues/219

dougiesquire commented 2 months ago

Closed by #31