From d803b8aec7aff2bb74f287e025beec695ef0df0c Mon Sep 17 00:00:00 2001 From: Xianxiang Li Date: Mon, 27 Nov 2023 23:23:42 +0800 Subject: [PATCH] Remove extra spaces from namelist files --- run/forcing/ERA5LAND.nml | 12 ++++++------ run/forcing/TPMFD.nml | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/run/forcing/ERA5LAND.nml b/run/forcing/ERA5LAND.nml index 38130c5a..438060f4 100644 --- a/run/forcing/ERA5LAND.nml +++ b/run/forcing/ERA5LAND.nml @@ -1,5 +1,5 @@ &nl_colm_forcing - + ! ----- forcing ----- DEF_dir_forcing = '/tera06/zhwei/CoLM_Forcing/ERA5LAND/' @@ -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' @@ -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' diff --git a/run/forcing/TPMFD.nml b/run/forcing/TPMFD.nml index 70ea0346..9482e21e 100644 --- a/run/forcing/TPMFD.nml +++ b/run/forcing/TPMFD.nml @@ -1,5 +1,5 @@ &nl_colm_forcing - + ! ----- forcing ----- DEF_dir_forcing = '/tera06/zhwei/CoLM_Forcing/TPMFD/' @@ -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_'