From 706dffb635ad8e2ddc65e6f291360119ece22bc7 Mon Sep 17 00:00:00 2001 From: Hua Yuan Date: Sun, 27 Oct 2024 10:33:09 +0800 Subject: [PATCH] Revised the annotation for foring nml. --- run/forcing/ERA5.nml | 4 ++-- run/forcing/ERA5LAND.nml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/run/forcing/ERA5.nml b/run/forcing/ERA5.nml index 0cdde960..ba668716 100644 --- a/run/forcing/ERA5.nml +++ b/run/forcing/ERA5.nml @@ -5,8 +5,8 @@ DEF_forcing%dataset = 'ERA5' DEF_forcing%solarin_all_band = .true. - DEF_forcing%HEIGHT_mode = 'absolute' ! 'absolute' height to tree/building or - ! 'relative' height to ground surface + DEF_forcing%HEIGHT_mode = 'absolute' ! 'absolute' height to ground surface or + ! 'relative' height to tree/building ! if not speficied, default is absolute DEF_forcing%HEIGHT_V = 50.0 DEF_forcing%HEIGHT_T = 40.0 diff --git a/run/forcing/ERA5LAND.nml b/run/forcing/ERA5LAND.nml index c45eac4e..2425f1c8 100644 --- a/run/forcing/ERA5LAND.nml +++ b/run/forcing/ERA5LAND.nml @@ -5,8 +5,8 @@ DEF_forcing%dataset = 'ERA5LAND' DEF_forcing%solarin_all_band = .true. - DEF_forcing%HEIGHT_mode = 'relative' ! 'absolute' height to tree/building or - ! 'relative' height to ground surface + DEF_forcing%HEIGHT_mode = 'relative' ! 'absolute' height to ground surface or + ! 'relative' height to tree/building ! if not speficied, default is absolute DEF_forcing%HEIGHT_V = 10.0 DEF_forcing%HEIGHT_T = 10.0