Versions Compared

Key

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

...

  1. fluxes:  
    1. if source grid resolution >> target grid resolution:   FV→FV aave 
    2. if source grid resolution <= target grid resolution:   V3 is considering adopting FV2+CAAS 
  2. state and vector maps:  
    1. ocn→atm: The state map's non-zero pattern must be a superset of the ocn→atm flux map.  
      1. This usually means we must use the same map as used for fluxes.    
      2. The FV2+CAAS  approach  (with aave basemap) is the best choice (not sure if this was tested in time for V3?).        
    2. lnd↔atm and atm→ocn
      1. if source grid resolution >> target grid resolution (fine-to-coarse):  "FV→FV aave"  
      2. if source grid resolution <= target grid resolution (nearly equivalent resolutions):   Use TR bilin
      3. if source grid resolution << target grid resolution (coarse-to-fine):  FV2+CAAS.   Needed for atm→lnd in trigrid.Why
      4. do we still recommend For these statemaps, intbilin should be better than aave or bilin above?  intbilin or , but not sufficiently tested for V3. 
      5. FV2+CAAS approach should be better in both cases.comparable to intbilin.   FV2+CAAS will have a small additional performance cost.    
    3. riv → ocn
      1. continue to use custom maps generated by E3SM/cime/tools/mapping/gen_mapping_files/runoff_to_ocn

...