-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem running remap_land #172
Comments
@MJHarrison-GFDL From Analysis, one can see the script: The added lines are the 3rd and following below:
Also I manually load the version of FRE/NCtools I want so that part of your original script is edited. I plan to look at this again on Friday. Thanks to @ceblanton and @bensonr for their input in this. |
Sergey ran into this issue today with another set of files. He wrote, " apparently one needs to run combine-ncc on all land files in src_restart directory. I am not sure why that is, since my restart files were already combined, but there it is." It looks like the combine-ncc rearranges/reorders some indices in the already combined land restart files which makes them digestable for the remap_land tool , otherwise the tool would error out with "mismatch of tile_index”. We don't know why this happens for some restart files. But the above workaround from Miguel should be tried by users who run into such issues. |
I'm not surprised but I don't understand it either. output.stager runs combine-ncc on non-distributed restart files and non-distributed history files, with the commentary below. It seems counterintuitive to run a combining tool (combine-ncc) on input files that aren't distributed, but that's what FRE does, and I think that partially explains why remap_land wants input files to be run through combine-ncc even if no combining is needed.
|
@MJHarrison-GFDL do you have any uncombined land files that we could use to run a few tests on |
I have a C192 mosaic restart file which I am trying to remap to a C384 mosaic with refined coastlines. The remap_land executes successfully for all of the tile types except soil, vegn1 and vegn2. The code is failing here in those cases.
Script is located here (GFDL) : /net2/mjh/ipynb/GLBb0.08_031/INPUT/C384/regrid_land_restart/test.bash
The text was updated successfully, but these errors were encountered: