esmf-org / noahmp

Noah-MP Community Repository
0 stars 0 forks source link

Replace FMS IO calls in NoahMP cap with ESMF multi-tile read/write #5

Open rsdunlapiv opened 2 years ago

uturuncoglu commented 2 years ago

A new branch (https://github.com/esmf-org/noahmp/tree/feature/nuopc_cap_new_io) is created for restructuring I/O layer by using ESMF_FieldBundle{Read/Write} calls. It needs to have support for ungridded dimension for both read and write.

danrosen25 commented 1 year ago

Waiting on @billsacks to support ungridded dimensions IO (https://github.com/esmf-org/esmf/issues/83)

danrosen25 commented 1 year ago

Add option to transform/invert object through ESMF Redist?

uturuncoglu commented 1 year ago

The write call is implemented and ESMF_Attribute is used to add metadata to the output file. Still waiting Bill for ungirded dimension support to add additional metadata related to time dimension and the fields that has soil layers.