sirajkhan78@gmail_com
Member
Hi,
I normally use CAM for climate simulation and this is the first time I am working with CLM initialization. In my specific study, I am want to add some perturbation (EOF of soil moisture) to the soil moisture variable in CLM initial condition file. Looking at the ncdump information of following CLM initial condition file (or restart file) I found that this file is not on regular lat lon grid.
/inputdata/lnd/clm2/initdata/clmi.IQCN.1951-01-01_1.9x2.5_gx1v6_simyr1850_c091016.nc
I am wondering how to read this single column file in NCL or MATLAB for adding some perturbation.
Also which variable represent soil moisture in this file.
double H2OSNO(column) ;
H2OSNO:long_name = "snow water" ;
H2OSNO:units = "kg/m2" ;
double H2OSOI_LIQ(column, levtot) ;
H2OSOI_LIQ:long_name = "liquid water" ;
H2OSOI_LIQ:units = "kg/m2" ;
double H2OSOI_ICE(column, levtot) ;
H2OSOI_ICE:long_name = "ice lens" ;
H2OSOI_ICE:units = "kg/m2" ;
Siraj
I normally use CAM for climate simulation and this is the first time I am working with CLM initialization. In my specific study, I am want to add some perturbation (EOF of soil moisture) to the soil moisture variable in CLM initial condition file. Looking at the ncdump information of following CLM initial condition file (or restart file) I found that this file is not on regular lat lon grid.
/inputdata/lnd/clm2/initdata/clmi.IQCN.1951-01-01_1.9x2.5_gx1v6_simyr1850_c091016.nc
I am wondering how to read this single column file in NCL or MATLAB for adding some perturbation.
Also which variable represent soil moisture in this file.
double H2OSNO(column) ;
H2OSNO:long_name = "snow water" ;
H2OSNO:units = "kg/m2" ;
double H2OSOI_LIQ(column, levtot) ;
H2OSOI_LIQ:long_name = "liquid water" ;
H2OSOI_LIQ:units = "kg/m2" ;
double H2OSOI_ICE(column, levtot) ;
H2OSOI_ICE:long_name = "ice lens" ;
H2OSOI_ICE:units = "kg/m2" ;
Siraj