Skip to content

Commit

Permalink
Merge pull request #276 from smartlixx/master
Browse files Browse the repository at this point in the history
Remove extra spaces from namelist files
  • Loading branch information
CoLM-SYSU authored Jul 8, 2024
2 parents e44b714 + ecebd6f commit c711698
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions run/forcing/ERA5LAND.nml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
&nl_colm_forcing

! ----- forcing -----
DEF_dir_forcing = '/shr03/CoLM_Forcing/ERA5LAND/'

Expand All @@ -20,17 +20,17 @@
DEF_forcing%dtime = 3600 3600 3600 3600 3600 3600 3600 3600
DEF_forcing%offset = 1800 1800 1800 1800 1800 1800 0 1800
DEF_forcing%nlands = 1 ! land grid number in 1d

DEF_forcing%leapyear = .true. ! leapyear calendar
DEF_forcing%data2d = .true. ! data in 2 dimension (lon, lat)
DEF_forcing%hightdim = .false. ! have "z" dimension
DEF_forcing%dim2d = .false. ! lat/lon value in 2 dimension (lon, lat)

DEF_forcing%latname = 'latitude' ! dimension name of latitude
DEF_forcing%lonname = 'longitude' ! dimension name of longitude

DEF_forcing%groupby = 'month' ! file grouped by year/month

DEF_forcing%fprefix(1) = '2m_temperature/ERA5LAND'
DEF_forcing%fprefix(2) = 'specific_humidity/ERA5LAND'
DEF_forcing%fprefix(3) = 'surface_pressure/ERA5LAND'
Expand All @@ -39,7 +39,7 @@
DEF_forcing%fprefix(6) = '10m_v_component_of_wind/ERA5LAND'
DEF_forcing%fprefix(7) = 'surface_solar_radiation_downwards_w_m2/ERA5LAND'
DEF_forcing%fprefix(8) = 'surface_thermal_radiation_downwards_w_m2/ERA5LAND'

DEF_forcing%vname = 't2m' 'Q' 'sp' 'tp' 'u10' 'v10' 'ssrd' 'strd'
DEF_forcing%tintalgo = 'linear' 'linear' 'linear' 'nearest' 'linear' 'linear' 'coszen' 'linear'

Expand Down
10 changes: 5 additions & 5 deletions run/forcing/TPMFD.nml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
&nl_colm_forcing

! ----- forcing -----
DEF_dir_forcing = '/tera06/zhwei/CoLM_Forcing/TPMFD/'

Expand All @@ -22,17 +22,17 @@
DEF_forcing%dtime = 3600 3600 3600 3600 3600 3600 3600 3600
DEF_forcing%offset = 0 0 0 0 0 0 0 0
DEF_forcing%nlands = 1 ! land grid number in 1d

DEF_forcing%leapyear = .true. ! leapyear calendar
DEF_forcing%data2d = .true. ! data in 2 dimension (lon, lat)
DEF_forcing%hightdim = .false. ! have "z" dimension
DEF_forcing%dim2d = .false. ! lat/lon value in 2 dimension (lon, lat)

DEF_forcing%latname = 'latitude' ! dimension name of latitude
DEF_forcing%lonname = 'longitude' ! dimension name of longitude

DEF_forcing%groupby = 'month' ! file grouped by year/month

DEF_forcing%fprefix(1) = 'temp/temp_'
DEF_forcing%fprefix(2) = 'shum/shum_'
DEF_forcing%fprefix(3) = 'pres/pres_'
Expand Down

0 comments on commit c711698

Please sign in to comment.