Install RegCM4.3
Install RegCM4.3
May 7, 2012
ictp-logo
ICTP - ESP
Install RegCM4.3rc
Package Description Install Required Software Obtain Code Congure Compile Model
Description
The model is distributed as Fortran90 source code. A compiler is needed to transform to executable. GNU GNU fortran compiler intel Intel R ifort fortran compiler pgi Portland R pgf90 fortran compiler g95 g95 fortran compiler Check which one is present on system. 1
ictp-logo
Package Description Install Required Software Obtain Code Congure Compile Model
Requirements
The model needs at least two libraries: netCDF netCDF Library nc-config --version MPI MPI Library ompi_info --version ompi release We have an environment for the workshop:
bash source /home/netapp-clima/users/ggiulian/workshop_env.sh
ictp-logo
ICTP - ESP
Install RegCM4.3rc
Package Description Install Required Software Obtain Code Congure Compile Model
ictp-logo
Package Description Install Required Software Obtain Code Congure Compile Model
ICTP - ESP
Install RegCM4.3rc
Package Description Install Required Software Obtain Code Congure Compile Model
RegCM4.3rc home
The RegCM4.3rc package is distributed by the Gforge site http://gforge.ictp.it/gf/project/regcm Files section on the left sidebar Package RegCM4.3rc click on the tar.gz le Download packed release le, unpack on local disk: cd Downloads mv RegCM-4.3-rc1.tar.gz /scratch/$USER cd /scratch/$USER tar zxvf RegCM-4.3-rc1.tar.gz
ictp-logo ICTP - ESP Install RegCM4.3rc
Package Description Install Required Software Obtain Code Congure Compile Model
ICTP - ESP
Install RegCM4.3rc
Package Description Install Required Software Obtain Code Congure Compile Model
ictp-logo
ICTP - ESP
Install RegCM4.3rc
Package Description Install Required Software Obtain Code Congure Compile Model
Whats happened?
ls Bin aerosol average GrADSNcPlot GrADSNcPrepare icbc chem_icbc regcmMPI clm2rcm sigma2p regrid terrain sst
ictp-logo
ICTP - ESP
Install RegCM4.3rc
Package Description Install Required Software Obtain Code Congure Compile Model
Run Environment
We setup a run environment and start the setup cd /scratch/$USER mkdir -p run/{input,output} cd run ln -sf /scratch/$USER/RegCM-4.3-rc1/Bin . cp /scratch/$USER/RegCM-4.3-rc1/Testing/test_001.in . gedit test_001.in
ictp-logo
ICTP - ESP
Install RegCM4.3rc
Package Description Install Required Software Obtain Code Congure Compile Model
./Bin/terrain test_001.in ./Bin/sst test_001.in ./Bin/icbc test_001.in mpirun -np 2 ./Bin/regcmMPI test_001.in We can now go to step 2, analize the output.
ictp-logo
ICTP - ESP
Install RegCM4.3rc