Skip to content

Commit

Permalink
#2842 Restored time variable time_instant for LFric
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Apr 19, 2024
1 parent faac20c commit a253d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/config/UGridConfig_lfric
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ugrid_metadata_map = [
{ key = "lat_face"; val = "Mesh2d_face_y"; },
{ key = "lon_face"; val = "Mesh2d_face_x"; },
{ key = "vert_face"; val = ""; }, // optional
{ key = "time"; val = "time_centered"; }
{ key = "time"; val = "time_instant"; }
];

////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit a253d1e

Please sign in to comment.