You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did a quick test of the ESM1.5 pre-industrial+concentrations payu configuration. The CASA variables in the atmosphere output do not have the correct variable names. The um2nc stashmasters.py file does contain the correct variable names for codes:
but it does not seem to be used. Other tiled output does have the correct metadata; these are listed in the stashmasters.py file with 3 prepended to those stashvar codes. Perhaps the CASA variables are actually 3835, 3851... etc.?
The text was updated successfully, but these errors were encountered:
Hi @tammasloughran, thanks for bringing this issue up. As you noted, the stashmasters.py has been updated to include the names for the CASA variables. ESM1.5 uses the version of um2nc from the released payu conda environment, which doesn't yet include the above fixes, and hence the correct names aren't used during ESM1.5 simulations. Once the next version of payu is released, the correct names should be used.
I did a quick test of the ESM1.5 pre-industrial+concentrations payu configuration. The CASA variables in the atmosphere output do not have the correct variable names. The um2nc
stashmasters.py
file does contain the correct variable names for codes:835
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
884
885
893
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
but it does not seem to be used. Other tiled output does have the correct metadata; these are listed in the
stashmasters.py
file with 3 prepended to those stashvar codes. Perhaps the CASA variables are actually 3835, 3851... etc.?The text was updated successfully, but these errors were encountered: