note on netcdf utilities module #1063
Replies: 2 comments
-
|
i do think where possible as much of our code should use the routines in the netcdf_utilities_mod for the following reasons:
however - they were also expected to cover ~90% of the cases but not 100%. the hope was they covered almost 100% of any model_mod.f90 needs, but inside the dart i/o code i expect there may be uncommon cases where something is needed that is best served by using native netcdf calls rather than try to add complex interfaces to netcdf_utilities_mod. it's a judgement call, obviously, and the more the netcdf calls can be isolated to a single module the easier it will be to swap in a different i/o library should that be required. but i suspect that module may not be able to cover every possible case. |
Beta Was this translation helpful? Give feedback.
-
|
linked: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hit this while working with TIEGCM:
There is a module netcdf_utilities_mod, but it looks like the state io makes almost no use of netcdf_utlities_mod (execpt nc_check).
e.g. location_io_mod, direct_netcdf_mod, state_structure_mod.
linked issues:
#287
#269
#106
#309 ( 3. top level is boundary condition).
Beta Was this translation helpful? Give feedback.
All reactions