Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. SE → FV  for fluxes:  use "mono" 
  2. SE → FV for state variables:  "highorder". ). not recommended.  
  3. SE → FV for state variables:  intbilin?
  4. FV → SE for fluxes:  monotr
    1. The best map is the transpose of the SE->FV map computed above:
    2. This is the most important map, as it is used to compute the domain files and defines the ocean/land mask on the atm/land grid.  
  5. FV → SE for state variables and velocity:  highorder.   not recommended.  
    1. Tests with ocean120→NE30, analytic fields, show this map is more accurate than the transpose map. 
  6. FV → SE mono.  
    1. This is also a good monotone/conservative map for fluxes, but not quite as accurate (in analytic tests) as the transpose map recommended above.  
  7. FV → SE for state variables
    1. ocn→atm: currently this map must be the same as used for fluxes.     
    2. lnd→atm:   if land grid resolution >> atmosphere resolution:  "mono"  
    3. lnd→atm:   if land grid resolution <= atmosphere resolution:   ESMF's bilin.  
    4. DESIRED:  a version of intbilin for FV source grids.   

...