cpld_gridgen
1.13.0
|
Create the mapped ocean mask files. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | mapped_mask::make_frac_land (src, wgt) |
Use ESMF weights to map the ocean land mask to the FV3 tiles and write the mapped mask to 6 tile files. More... | |
Create the mapped ocean mask files.
This writes the mapped ocean mask on the FV3 tiles
Definition in file mapped_mask.F90.
subroutine mapped_mask::make_frac_land | ( | character(len=*), intent(in) | src, |
character(len=*), intent(in) | wgt | ||
) |
Use ESMF weights to map the ocean land mask to the FV3 tiles and write the mapped mask to 6 tile files.
[in] | src | a SCRIP file containing the land mask for the ocean domain |
[in] | wgt | a file containing the ESMF weights to regrid from the ocean domain to the FV3 tile domain |
Definition at line 27 of file mapped_mask.F90.