creat map_1km-merge-10min_HYDRO1K-merge-nomask....data

Hi everyone,  I am creating the surface data for my own singal point, but there were so many problems:First, I run with the  mkmapdatash script, and then it just creat 14 files (except this file"map_1km-merge-10min_HYDRO1K-merge-nomask...."), and the error below: Copyright (C) 1995-2014 - All Rights Reserved University Corporation for Atmospheric Research NCAR Command Language Version 6.2.0 The use of this software is governed by a License Agreement. See http://www.ncl.ucar.edu/ for more details.(0)     map file: map_360x720cru_cruncep_to_1x1_arou_nomask_aave_da_c150827.nc(0)     n_s = 4 max(row)=1 max(col)=184522(0)     checking for dups, sorting...(0)     zeroing out any dups...(0)     No duplicate weights to remove from mapping fileCreating mapping file: map_1km-merge-10min_HYDRO1K-merge-nomask_to_1x1_arou_nomask_aave_da_c150827.ncFrom input grid: /public3/home/external/gansu/guser002/model/cesm1_2_1/inputdata/lnd/clm2/mappingdata/grids/UGRID_1km-merge-10min_HYDRO1K-merge-nomask_c130402.ncFor output grid: /public3/home/external/gansu/guser002/model/cesm1_2_1/models/lnd/clm/tools/shared/mkmapgrids/SCRIPgrid_1x1_arou_nomask_c150824.nc No support for --netcdf4 or UGRID on machines other than yellowstone/caldera/geyser Starting weight generation with these inputs:   Source File: /public3/home/external/gansu/guser002/model/cesm1_2_1/inputdata/lnd/clm2/mappin gdata/grids/UGRID_1km-merge-10min_HYDRO1K-merge-nomask_c130402.nc   Destination File: /public3/home/external/gansu/guser002/model/cesm1_2_1/models/lnd/clm/tools/shar ed/mkmapgrids/SCRIPgrid_1x1_arou_nomask_c150824.nc   Weight File: map_1km-merge-10min_HYDRO1K-merge-nomask_to_1x1_arou_nomask_aave_da_c150827.nc   Source File is in UGRID format, dummy variable: landmesh   Source Grid is a global grid   Source Grid is an unstructured grid   Destination File is in SCRIP format   Destination Grid is a regional grid   Destination Grid is a logically rectangular grid   Regrid Method: conserve   Pole option: NONE   Ignore unmapped destination points   Output weight file in NetCDF4 file format   Norm Type: dstarea ./mkmapdata.sh: line 106: 23304 Killed                  ${cmd}Error status returned from mkmapdata script Second, I used anthoer method to creat this file, the "master_script_regional.sh" (this script is writen by Sean Swenson) from this website https://svn-user-sacks.cgd.ucar.edu/cesm_misc/make_mapping_files/trunk/land1km_ugrid/ ;then, I revised the path to run this script, but there is also some errors:
Create mapping file for: 5x5_amazonmpirun.lsf /public3/home/external/gansu/guser002/software/esmf-6.3.0/bin/bing/Linux.intel.64.mvapich2.default/ESMF_RegridWeightGen -s /public3/home/external/gansu/guser002/model/cesm1_2_1/inputdata/lnd/clm2/mappingdata/grids/UGRID_1km-merge-10min_HYDRO1K-merge-nomask_c130402.nc -d /public3/home/external/gansu/guser002/model/cesm1_2_1/inputdata/lnd/clm2/mappingdata/grids/SCRIPgrid_5x5pt_amazon_nomask_c110308.nc -w map_1km-merge-10min_HYDRO1K-merge-nomask_to_5x5_amazon_nomask_aave_da_c150829.nc -m conserve --src_type UGRID --src_meshname landmesh -i --netcdf4 --dst_regionalmpirun.lsf: LSF_PJL_TYPE is undefined. Exit ...ncatted: ERROR file map_1km-merge-10min_HYDRO1K-merge-nomask_to_5x5_amazon_nomask_aave_da_c150829.nc neither exists locally nor matches remote filename patternsCreate mapping file for: 1x1_tropicAtlmpirun.lsf /public3/home/external/gansu/guser002/software/esmf-6.3.0/bin/bing/Linux.intel.64.mvapich2.default/ESMF_RegridWeightGen -s /public3/home/external/gansu/guser002/model/cesm1_2_1/inputdata/lnd/clm2/mappingdata/grids/UGRID_1km-merge-10min_HYDRO1K-merge-nomask_c130402.nc -d /public3/home/external/gansu/guser002/model/cesm1_2_1/inputdata/lnd/clm2/mappingdata/grids/SCRIPgrid_1x1pt_tropicAtl_nomask_c110308.nc -w map_1km-merge-10min_HYDRO1K-merge-nomask_to_1x1_tropicAtl_nomask_aave_da_c150829.nc -m conserve --src_type UGRID --src_meshname landmesh -i --netcdf4 --dst_regionalmpirun.lsf: LSF_PJL_TYPE is undefined. Exit ...ncatted: ERROR file map_1km-merge-10min_HYDRO1K-merge-nomask_to_1x1_tropicAtl_nomask_aave_da_c150829.nc neither exists locally nor matches remote filename patternsCreate mapping file for: 1x1_camdenNJmpirun.lsf /public3/home/external/gansu/guser002/software/esmf-6.3.0/bin/bing/Linux.intel.64.mvapich2.default/ESMF_RegridWeightGen -s /public3/home/external/gansu/guser002/model/cesm1_2_1/inputdata/lnd/clm2/mappingdata/grids/UGRID_1km-merge-10min_HYDRO1K-merge-nomask_c130402.nc -d /public3/home/external/gansu/guser002/model/cesm1_2_1/inputdata/lnd/clm2/mappingdata/grids/SCRIPgrid_1x1pt_camdenNJ_nomask_c110308.nc -w map_1km-merge-10min_HYDRO1K-merge-nomask_to_1x1_camdenNJ_nomask_aave_da_c150829.nc -m conserve --src_type UGRID --src_meshname landmesh -i --netcdf4 --dst_regionalmpirun.lsf: LSF_PJL_TYPE is undefined. Exit ...ncatted: ERROR file map_1km-merge-10min_HYDRO1K-merge-nomask_to_1x1_camdenNJ_nomask_aave_da_c150829.nc neither exists locally nor matches remote filename patterns  So, is there anyone so this step like this? I hope you can give me some suggestions. Thank you very much!
 
Back
Top