Hello Everyone!
I am a student and recently started studying the Community Land Model (CLM). I want to estimate soil moisture using CLM. I tried to look for tutorials about soil moisture estimations on YouTube and other platforms. However, I am unable to find any particular tutorials or materials. I have followed the user guide book and installed the necessary prerequisites and then cloned the CLM5.
following the below step.
git clone -b release-clm5.0 GitHub - ESCOMP/CTSM: Community Terrestrial Systems Model (includes the Community Land Model of CESM) clm5.0
cd clm5.0
./manage_externals/checkout_externals
cd cime
cd scripts
export CIME_MODEL="cesm"
export CTSMROOT="$home/swelab/clm5.0"
# vi /home/swelab/clm5.0/cime/config/cesm/machines/config_compilers.xml
<compiler MACH="Ubuntu" COMPILER="gnu">
<CPPDEFS>
<append>-DFORTRANUNDERSCORE -DNO_R16</append>
</CPPDEFS>
<LDFLAGS>
<append compile_threaded="true"> -fopenmp -fallow-argument-mismatch -fallow-invalid-boz</append>
</LDFLAGS>
<SFC>gfortran</SFC>
<SCC>gcc</SCC>
<SCXX>c++</SCXX>
<MPIFC>mpif90</MPIFC>
<MPICC>mpicc</MPICC>
<MPICXX>mpicxx</MPICXX>
<CXX_LINKER>FORTRAN</CXX_LINKER>
<SUPPORTS_CXX>TRUE</SUPPORTS_CXX>
<NETCDF_PATH>/home/swelab/CESM/Libs/netcdf-c-4.9.0</NETCDF_PATH>
<NETCDF_C_PATH>/home/swelab/CESM/Libs/netcdf-c-4.9.0</NETCDF_C_PATH>
<NETCDF_FORTRAN_PATH>/home/swelab/CESM/Libs/netcdf-fortran-4.6.0</NETCDF_FORTRAN_PATH>
<PNETCDF_PATH>/home/swelab/CESM/Libs/pnetcdf-1.12.3</PNETCDF_PATH>
<SLIBS>
<append>-L/home/swelab/CESM/Libs/netcdf-c-4.9.0/lib -lnetcdff -L/home/swelab/CESM/Libs/netcdf-c-4.9.0/lib -lnetcdf -lnetcdf -lm </append>
<append>-L/usr/lib/x86_64-linux-gnu -llapack -L/usr/lib/x86_64-linux-gnu -lblas</append>
</SLIBS>
</compiler>
# vi /home/swelab/clm5.0/cime/config/cesm/machines/config_compilers.xml
cd ~/clm5.0/cime/scripts
AND then, I created a case in the scripts.
./create_newcase --case test0 --mach Linux --res f09_g17 --compset I1850Clm50Sp
Now, after this, I cannot find any guidance about soil moisture estimation, particularly using CLM5.0. I would appreciate it if someone could guide me further about the steps involved in this process or suggest any online material from which I can proceed with the necessary steps in soil moisture estimation of a basin.
Thank you.
I am a student and recently started studying the Community Land Model (CLM). I want to estimate soil moisture using CLM. I tried to look for tutorials about soil moisture estimations on YouTube and other platforms. However, I am unable to find any particular tutorials or materials. I have followed the user guide book and installed the necessary prerequisites and then cloned the CLM5.
following the below step.
git clone -b release-clm5.0 GitHub - ESCOMP/CTSM: Community Terrestrial Systems Model (includes the Community Land Model of CESM) clm5.0
cd clm5.0
./manage_externals/checkout_externals
cd cime
cd scripts
export CIME_MODEL="cesm"
export CTSMROOT="$home/swelab/clm5.0"
# vi /home/swelab/clm5.0/cime/config/cesm/machines/config_compilers.xml
<compiler MACH="Ubuntu" COMPILER="gnu">
<CPPDEFS>
<append>-DFORTRANUNDERSCORE -DNO_R16</append>
</CPPDEFS>
<LDFLAGS>
<append compile_threaded="true"> -fopenmp -fallow-argument-mismatch -fallow-invalid-boz</append>
</LDFLAGS>
<SFC>gfortran</SFC>
<SCC>gcc</SCC>
<SCXX>c++</SCXX>
<MPIFC>mpif90</MPIFC>
<MPICC>mpicc</MPICC>
<MPICXX>mpicxx</MPICXX>
<CXX_LINKER>FORTRAN</CXX_LINKER>
<SUPPORTS_CXX>TRUE</SUPPORTS_CXX>
<NETCDF_PATH>/home/swelab/CESM/Libs/netcdf-c-4.9.0</NETCDF_PATH>
<NETCDF_C_PATH>/home/swelab/CESM/Libs/netcdf-c-4.9.0</NETCDF_C_PATH>
<NETCDF_FORTRAN_PATH>/home/swelab/CESM/Libs/netcdf-fortran-4.6.0</NETCDF_FORTRAN_PATH>
<PNETCDF_PATH>/home/swelab/CESM/Libs/pnetcdf-1.12.3</PNETCDF_PATH>
<SLIBS>
<append>-L/home/swelab/CESM/Libs/netcdf-c-4.9.0/lib -lnetcdff -L/home/swelab/CESM/Libs/netcdf-c-4.9.0/lib -lnetcdf -lnetcdf -lm </append>
<append>-L/usr/lib/x86_64-linux-gnu -llapack -L/usr/lib/x86_64-linux-gnu -lblas</append>
</SLIBS>
</compiler>
# vi /home/swelab/clm5.0/cime/config/cesm/machines/config_compilers.xml
cd ~/clm5.0/cime/scripts
AND then, I created a case in the scripts.
./create_newcase --case test0 --mach Linux --res f09_g17 --compset I1850Clm50Sp
Now, after this, I cannot find any guidance about soil moisture estimation, particularly using CLM5.0. I would appreciate it if someone could guide me further about the steps involved in this process or suggest any online material from which I can proceed with the necessary steps in soil moisture estimation of a basin.
Thank you.