Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Output for regional/singlepoint simulations

Hello everyone,

I created a 1PT_1PT ICN Case with CESM1.0.4 to simulate NEE/GPP/NPP. I used interpinic to create a Spinup restart file and configured the user_nl_clm accordingly. The simulation run through but unfortunately i didnt get a NEE/GPP/NPP output. When i configure the user_nl_clm file to exclude all data and include NEE the model crashed with the error:

HTML:
 htapes_fieldlist ERROR: NEE in fincl(            1 ) for history tape
            1  not found

In the error message is a MASTER FIELD LIST where all posible Output variables are listed, and there is no parameter for NEE/GPP/NPP. When I run a global Case everything works fine. Is it not possible to get CO2 fluxes from PT1_PT1 simulations? Or am I unable to get NEE/GPP/NPP because of the Spinupfile?

Cheers Sebastian
 
The only variable (regarding CO2 fluxes) which can be added in the pt1_pt1 simulations is the biogenic co2 flux (BIOGENCO) history field. But this is the the BVOC flux right?


Cheers

Sebastian
 
Ok now I moved the NEE hist_addfld1d in the histFldsMod.F90 from the

!-------------------------------
! C flux variables - native to column
!-------------------------------
! add history fields for all CLAMP CN variables

part to the canopy part and fortunately get a NEE history field. But unfortunately it is empty. I guess that this Problem is related to the pt1_pt1 simulation. Is it possible that NEE is not calculated in regional and singlepoint simulations? Can I change this easily or is this a bigger task?

Cheers Sebastian
 
I looked over my configuration again and saw that i overwrote my ./xmlchange -file env_conf.xml -id CLM_CONFIG_OPTS -val "-bgc cn" option. So you were right, the CN Model wasnt active. Thanks for that tip.

Cheers Sebastian
 
Top