Open lkugler opened 1 month ago
This was answered by email, - conclusion was to adapt the bgrid model_mod Leaving this issue open since the docs do not mention wrf with cartesian coordinates.
i think it was CM1, not bgrid.
yeah you're correct. Total brain fart sorry!
Hi, I appreciate your support of the DART software.
What's the issue?
I don't know whether this is a bug or a missing feature: I tried to compile DART with WRF and threed_cartesian but received an error about non-existing
VERTISUNDEF
,VERTISSURFACE
,VERTISHEIGHT
, and so on. These names don't exist inlocation/threed_cartesian/location_mod.f90
, but they are defined inlocation/threed_sphere/location_mod.f90
.Do you know if this is supposed to work? If not, it could be noted in the documentation. Can you estimate what's necessary to make it work?
Anything else we should know?
I used DART-v10.9.2.
I noticed that
location/threed_cartesian/location_mod.f90
contained VERTISHEIGHT at some point: https://github.com/NCAR/DART/commit/f900c4d50bc39cb0b519ea7f45360dfa487bc8adMy goal would be to use periodic horizontal coordinates for an idealized WRF limited area domain. Terminal output: cmdline.txt
Thank you!