NOAA-GFDL / FRE-NCtools

Tools for manipulating and creating netCDF inputs for FMS managed models
GNU Lesser General Public License v3.0
20 stars 28 forks source link

Why does it keep prompting that mpp open is already open #243

Closed jokervTv closed 1 year ago

jokervTv commented 1 year ago

Describe the bug execute

fregrid --input_mosaic grid_spec_mosaic.nc --output_mosaic reg_ll_grid_mosaic.nc --input_dir ../C96 --input_file atmos_daily --output_dir ./ --output_file ll_out.nc --scalar_field omg200 --interp_method conserve_order2 --check_conserve --nthreads 1 --debug

get the error:

****fregrid: second order conservative scheme will be used for regridding.
Memuse(MB) at Before calling get_input_grid, min=8.22656, max=8.22656, avg=8.22656
Memuse(MB) at After calling get_input_grid, min=17.0938, max=17.0938, avg=17.0938
Memuse(MB) at After calling get_output_grid, min=23.3438, max=23.3438, avg=23.3438
Memuse(MB) at After get_input_output_cell_area, min=23.3438, max=23.3438, avg=23.3438
Error from pe 0: mpp_io(mpp_open): ../C96/atmos_daily.tile1.nc is already opened

this is very confusing

System Environment Describe the system environment, include:

Thanks for your reading.

jokervTv commented 1 year ago

sorry, this is due to my carelessness