Skip to content

Commit

Permalink
Add a bit more info to comment about extra field area.
Browse files Browse the repository at this point in the history
  • Loading branch information
frld committed Nov 15, 2024
1 parent b8c6308 commit 8a71031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/orca-jedi/geometry/Geometry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ void Geometry::create_extrafields() {
extraFields_->add(gmask);

// Create grid cell area field /m^2 - the value used is not tuned.
// Curerently ~= area of 2 degree square grid cell at the equator.
atlas::Field area = funcSpace_.createField<double>(
atlas::option::name("area") | atlas::option::levels(n_levels_));
auto field_view3 = atlas::array::make_view<double, 2>(area);
Expand Down

0 comments on commit 8a71031

Please sign in to comment.