...
> gmake -f Makefile clean
> gmake -f Makefile
Put following in a script or be sure entire command is on one lineIt is best to put the following in a text file (e.g., called 'run_topo.sh') to run as a script:
> qcmd -l walltime=12:00:00 -l select=1:ncpus=1 -- ./cube_to_target --rrfac_manipulation
--grid_descriptor_file='/glade/work/emmons/tutorial_Nanjing/ne0np4.Nanjing.ne30x8/grids/Nanjing_ne30x8_np4_SCRIP.nc'
--intermediate_cs_name='/glade/campaign/cgd/amp/pel/topo/cubedata/gmted2010_modis_bedmachine-ncube3000-220518.nc'
--output_grid='Nanjing_ne30x8' --rrfac_max=8 --smoothing_scale=100.0 -u 'Louisa Emmons, emmons@ucar.edu' > out_Nanjing
...
This can take several hours. , so run the script in the background:
> nohup ./run_topo.sh &Generate CTSM (CLM) surface datasets
...