Skip to content

Commit

Permalink
Merge pull request #384 from yuanhuas/master
Browse files Browse the repository at this point in the history
Code format and font case adjustment.
  • Loading branch information
CoLM-SYSU authored Feb 21, 2025
2 parents e0a9fb0 + d70f493 commit 908efc1
Show file tree
Hide file tree
Showing 189 changed files with 3,121 additions and 3,122 deletions.
14 changes: 7 additions & 7 deletions CaMa/src/MOD_CaMa_Vars.F90
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ SUBROUTINE allocate_acc_cama_fluxes


USE MOD_SPMD_Task !spmd_task
USE MOD_LandPatch, only : numpatch
USE MOD_LandPatch, only: numpatch
USE MOD_Vars_Global

IMPLICIT NONE
Expand Down Expand Up @@ -160,7 +160,7 @@ SUBROUTINE deallocate_acc_cama_fluxes()
! 2020.10.21 Zhongwang Wei @ SYSU

USE MOD_SPMD_Task
USE MOD_LandPatch, only : numpatch
USE MOD_LandPatch, only: numpatch

IMPLICIT NONE

Expand Down Expand Up @@ -220,8 +220,8 @@ SUBROUTINE accumulate_cama_fluxes

USE MOD_Precision
USE MOD_SPMD_Task
USE MOD_Vars_1DFluxes, only : rnof
USE MOD_LandPatch, only : numpatch
USE MOD_Vars_1DFluxes, only: rnof
USE MOD_LandPatch, only: numpatch

IMPLICIT NONE

Expand Down Expand Up @@ -564,8 +564,8 @@ SUBROUTINE colm2cama_real8 (WorkerVar, IOVar, MasterVar)
USE MOD_Block
USE MOD_DataType
USE MOD_LandPatch
USE MOD_Vars_TimeInvariants, only : patchtype
USE MOD_Forcing, only : forcmask_pch
USE MOD_Vars_TimeInvariants, only: patchtype
USE MOD_Forcing, only: forcmask_pch

IMPLICIT NONE

Expand Down Expand Up @@ -706,7 +706,7 @@ SUBROUTINE cama2colm_real8 (MasterVar, IOVar, WorkerVar)
USE MOD_Block
USE MOD_DataType
USE MOD_LandPatch
USE MOD_Vars_TimeInvariants, only : patchtype
USE MOD_Vars_TimeInvariants, only: patchtype
USE MOD_Grid

IMPLICIT NONE
Expand Down
2 changes: 1 addition & 1 deletion CaMa/src/MOD_CaMa_colmCaMa.F90
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ SUBROUTINE get_fldevp (hu,ht,hq,us,vs,tm,qm,rhoair,psrf,tssea,&
! 2002.08.30 Yongjiu Dai @ BNU
! 1999.09.15 Yongjiu Dai @ BNU
USE MOD_Precision
USE MOD_Const_Physical, only : cpair,rgas,vonkar,grav
USE MOD_Const_Physical, only: cpair,rgas,vonkar,grav
USE MOD_FrictionVelocity
USE MOD_TurbulenceLEddy
IMPLICIT NONE
Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_CNAnnualUpdate.F90
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MODULE MOD_BGC_CNAnnualUpdate
! !ORIGINAL:
! The Community Land Model version 5.0 (CLM5.0)

! !REFERENCE:
! !REFERENCES:
! Lawrence, D.M., Fisher, R.A., Koven, C.D., Oleson, K.W., Swenson, S.C., Bonan, G., Collier, N.,
! Ghimire, B., van Kampenhout, L., Kennedy, D. and Kluzek, E., 2019.
! The Community Land Model version 5: Description of new features, benchmarking,
Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_CNBalanceCheck.F90
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MODULE MOD_BGC_CNBalanceCheck
! Xingjie Lu, 2022, modify original CLM5 to be compatible with CoLM code structure.

USE MOD_Precision
USE MOD_Namelist, only : DEF_USE_NITRIF
USE MOD_Namelist, only: DEF_USE_NITRIF
USE MOD_BGC_Vars_TimeVariables, only: &
sminn, col_endcb, col_begcb, totcolc, col_endnb, col_begnb, totcoln, &
col_vegbegcb, totvegc, ctrunc_veg, col_vegbegnb, totvegn, ntrunc_veg, &
Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_CNCStateUpdate1.F90
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MODULE MOD_BGC_CNCStateUpdate1
! 3) Record the accumulated decomposition-associated C transfer for soil C semi-analytic spinup

USE MOD_Precision
USE MOD_Namelist, only : DEF_USE_SASU, DEF_USE_DiagMatrix
USE MOD_Namelist, only: DEF_USE_SASU, DEF_USE_DiagMatrix
USE MOD_Vars_PFTimeInvariants, only: pftclass, pftfrac
USE MOD_Const_PFT, only: woody
USE MOD_BGC_Vars_TimeInvariants, only: &
Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_CNCStateUpdate2.F90
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MODULE MOD_BGC_CNCStateUpdate2
! 2) Record the accumulated gap-mortality-associated C transfers for veg and soil C semi-analytic spinup

USE MOD_Precision
USE MOD_Namelist, only : DEF_USE_SASU, DEF_USE_DiagMatrix
USE MOD_Namelist, only: DEF_USE_SASU, DEF_USE_DiagMatrix
USE MOD_Vars_TimeInvariants, only: &
i_met_lit,i_cel_lit,i_lig_lit ,i_cwd
USE MOD_Vars_TimeVariables, only: &
Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_CNNStateUpdate1.F90
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MODULE MOD_BGC_CNNStateUpdate1
USE MOD_Precision
USE MOD_Vars_PFTimeInvariants, only: pftclass
USE MOD_Const_PFT, only: woody
USE MOD_Namelist, only : DEF_USE_SASU
USE MOD_Namelist, only: DEF_USE_SASU
USE MOD_BGC_Vars_TimeInvariants, only: &
! bgc constants
donor_pool, receiver_pool, i_met_lit, i_cel_lit, i_lig_lit, i_cwd, i_soil1, i_soil2, i_soil3
Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_CNNStateUpdate2.F90
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MODULE MOD_BGC_CNNStateUpdate2
! 2) Record the accumulated gap-mortality-associated N transfers for veg and soil N semi-analytic spinup

USE MOD_Precision
USE MOD_Namelist, only : DEF_USE_SASU, DEF_USE_DiagMatrix
USE MOD_Namelist, only: DEF_USE_SASU, DEF_USE_DiagMatrix
USE MOD_BGC_Vars_TimeInvariants, only: &
i_met_lit,i_cel_lit,i_lig_lit ,i_cwd, i_soil1, i_soil2,i_soil3
USE MOD_BGC_Vars_TimeVariables, only: &
Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_CNNStateUpdate3.F90
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MODULE MOD_BGC_CNNStateUpdate3
! 2) Record accumulated fire-associated N transfers for veg and soil N semi-analytic spinup

USE MOD_Precision
USE MOD_Namelist, only : DEF_USE_NITRIF, DEF_USE_FIRE
USE MOD_Namelist, only: DEF_USE_NITRIF, DEF_USE_FIRE
USE MOD_BGC_Vars_TimeInvariants, only: &
i_met_lit,i_cel_lit,i_lig_lit ,i_cwd, i_soil1, i_soil2, i_soil3
USE MOD_BGC_Vars_TimeVariables, only: &
Expand Down
4 changes: 2 additions & 2 deletions main/BGC/MOD_BGC_CNSASU.F90
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MODULE MOD_BGC_CNSASU
! !ORIGINAL:
! The Community Land Model version 5.1 (CLM5.1) unreleased version developed by Xingjie Lu
!
! !REFERENCE:
! !REFERENCES:
! Lu, X., Du, Z., Huang, Y., Lawrence, D., Kluzek, E., Collier, N., Lombardozzi, D., Sobhani, N., Schuur, E.A. and Luo, Y., 2020.
! Full implementation of matrix approach to biogeochemistry MODULE of CLM5. Journal of Advances in Modeling Earth Systems, 12(11), e2020MS002105.
! Liao, C., Lu, X., Huang Y., Tao F., Lawrence, D., Koven C., Oleson, K., Wieder, W., Kluzek, E., Huang, X., Luo, Y. (in submission)
Expand All @@ -30,7 +30,7 @@ MODULE MOD_BGC_CNSASU
! USE accumulated transfer fluxes to calculate the matrix.

USE MOD_Precision
USE MOD_Namelist, only : DEF_USE_SASU, DEF_USE_DiagMatrix
USE MOD_Namelist, only: DEF_USE_SASU, DEF_USE_DiagMatrix
USE MOD_BGC_Vars_TimeInvariants, only: &
i_met_lit, i_cel_lit, i_lig_lit, i_cwd, i_soil1, i_soil2, i_soil3, floating_cn_ratio

Expand Down
8 changes: 4 additions & 4 deletions main/BGC/MOD_BGC_CNSummary.F90
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ MODULE MOD_BGC_CNSummary
! Xingjie Lu, 2022, modify original CLM5 to be compatible with CoLM code structure.

USE MOD_Precision
USE MOD_Namelist, only : DEF_USE_NITRIF, DEF_USE_DiagMatrix
USE MOD_Namelist, only: DEF_USE_NITRIF, DEF_USE_DiagMatrix
USE MOD_Vars_PFTimeInvariants, only: pftclass
USE MOD_Vars_PFTimeVariables, only :irrig_method_p
USE MOD_Vars_PFTimeVariables, only:irrig_method_p
USE MOD_BGC_Vars_TimeVariables, only: &
totlitc, totsomc, totcwdc, decomp_cpools, decomp_cpools_vr, ctrunc_soil,ctrunc_veg, ctrunc_vr, &
totlitn, totsomn, totcwdn, decomp_npools, decomp_npools_vr, ntrunc_soil,ntrunc_veg, ntrunc_vr, &
Expand Down Expand Up @@ -114,8 +114,8 @@ MODULE MOD_BGC_CNSummary
USE MOD_Vars_TimeVariables, only: &
irrig_method_corn , irrig_method_swheat, irrig_method_wwheat, irrig_method_soybean , &
irrig_method_cotton, irrig_method_rice1 , irrig_method_rice2 , irrig_method_sugarcane
USE MOD_Vars_TimeInvariants, only : patchclass
USE MOD_Vars_Global, only : spval
USE MOD_Vars_TimeInvariants, only: patchclass
USE MOD_Vars_Global, only: spval
USE MOD_SPMD_Task

IMPLICIT NONE
Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_CNZeroFluxes.F90
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MODULE MOD_BGC_CNZeroFluxes
! Xingjie Lu, 2022, modify original CLM5 to be compatible with CoLM code structure.

USE MOD_Precision
USE MOD_Namelist, only : DEF_USE_NITRIF
USE MOD_Namelist, only: DEF_USE_NITRIF

USE MOD_BGC_Vars_1DPFTFluxes, only: &
m_leafc_to_litter_p , &
Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_Soil_BiogeochemCompetition.F90
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ MODULE MOD_BGC_Soil_BiogeochemCompetition
! Xingjie Lu, 2022, modify original CLM5 to be compatible with CoLM code structure.

USE MOD_Precision
USE MOD_Namelist, only : DEF_USE_NITRIF
USE MOD_Namelist, only: DEF_USE_NITRIF
USE MOD_BGC_Vars_1DFluxes, only: &
pot_f_nit_vr, potential_immob_vr, sminn_to_plant_vr, sminn_to_denit_excess_vr, plant_ndemand, &
actual_immob_vr, sminn_to_plant, pot_f_nit_vr, actual_immob_nh4_vr, f_nit_vr, &
Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_Soil_BiogeochemDecomp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MODULE MOD_BGC_Soil_BiogeochemDecomp
! Xingjie Lu, 2021, revised original CLM5 code to be compatible with CoLM code structure.

USE MOD_Precision
USE MOD_Namelist, only : DEF_USE_NITRIF
USE MOD_Namelist, only: DEF_USE_NITRIF
USE MOD_BGC_Vars_TimeInvariants, only: &
floating_cn_ratio, initial_cn_ratio, dnp, rf_decomp, receiver_pool, donor_pool, i_atm

Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_Soil_BiogeochemDecompCascadeBGC.F90
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MODULE MOD_BGC_Soil_BiogeochemDecompCascadeBGC
! !DESCRIPTION:
! Calculate the soil decomposition rate according to soil temperature, soil matric potential, and depth
!
! !REFERENCE:
! !REFERENCES:
! Koven, C.D., Riley, W.J., Subin, Z.M., Tang, J.Y., Torn, M.S., Collins, W.D., Bonan, G.B., Lawrence,
! D.M. and Swenson, S.C., 2013. The effect of vertically resolved soil biogeochemistry and alternate
! soil C and N models on C dynamics of CLM4. Biogeosciences, 10(11), 7109-7131.
Expand Down
4 changes: 2 additions & 2 deletions main/BGC/MOD_BGC_Soil_BiogeochemLittVertTransp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MODULE MOD_BGC_Soil_BiogeochemLittVertTransp
! Simulate the soil and litter CN vertical mixing (diffusion and advection) processes. Solve the dynamics
! of soil and litter vertical profile with a tridiagonal matrix.
!
! !REFERENCE:
! !REFERENCES:
! Koven, C.D., Riley, W.J., Subin, Z.M., Tang, J.Y., Torn, M.S., Collins, W.D., Bonan, G.B., Lawrence,
! D.M. and Swenson, S.C., 2013. The effect of vertically resolved soil biogeochemistry and alternate
! soil C and N models on C dynamics of CLM4. Biogeosciences, 10(11), 7109-7131.
Expand All @@ -24,7 +24,7 @@ MODULE MOD_BGC_Soil_BiogeochemLittVertTransp
! 2) Record accumulated organic CN vertical transfer rates for semi-analytic spin-up.

USE MOD_Precision
USE MOD_Namelist, only : DEF_USE_SASU, DEF_USE_DiagMatrix
USE MOD_Namelist, only: DEF_USE_SASU, DEF_USE_DiagMatrix
USE MOD_BGC_Vars_TimeInvariants, only: &
is_cwd, som_adv_flux, som_diffus, cryoturb_diffusion_k, max_altdepth_cryoturbation, max_depth_cryoturb
USE MOD_BGC_Vars_TimeVariables, only: &
Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_Soil_BiogeochemNLeaching.F90
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MODULE MOD_BGC_Soil_BiogeochemNLeaching
! Xingjie Lu, 2021, revised original CLM5 code to be compatible with CoLM code structure.

USE MOD_Precision
USE MOD_Namelist, only : DEF_USE_NITRIF
USE MOD_Namelist, only: DEF_USE_NITRIF
USE MOD_BGC_Vars_TimeInvariants, only: sf, sf_no3
USE MOD_Vars_TimeVariables, only: wliq_soisno
USE MOD_BGC_Vars_TimeVariables, only: sminn_vr, smin_no3_vr
Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_Soil_BiogeochemNStateUpdate1.F90
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MODULE MOD_BGC_Soil_BiogeochemNStateUpdate1
! 2) Record accumulated nitrogen transfer network for semi-analytic spinup

USE MOD_Precision
USE MOD_Namelist, only : DEF_USE_SASU, DEF_USE_DiagMatrix, DEF_USE_NITRIF, DEF_USE_CNSOYFIXN
USE MOD_Namelist, only: DEF_USE_SASU, DEF_USE_DiagMatrix, DEF_USE_NITRIF, DEF_USE_CNSOYFIXN
USE MOD_BGC_Vars_TimeInvariants, only: &
! bgc constants
i_met_lit, i_cel_lit, i_lig_lit, i_cwd, i_soil1, i_soil2, i_soil3
Expand Down
6 changes: 3 additions & 3 deletions main/BGC/MOD_BGC_Soil_BiogeochemNitrifDenitrif.F90
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MODULE MOD_BGC_Soil_BiogeochemNitrifDenitrif
! !DESCRIPTION:
! Calculate the potential nitrification and dentrification rate.
!
! !REFERENCE:
! !REFERENCES:
! Parton, W. et al. 1996. Generalized model for N2 and N2O production from nitrification and
! denitrification. Global Biogeochemical Cycles 10(3):401-412.
! Parton, W.J. et al. 2001. Generalized model for NOx and N2O emissions from soils. J. Geophys. Res.
Expand All @@ -19,8 +19,8 @@ MODULE MOD_BGC_Soil_BiogeochemNitrifDenitrif
! Xingjie Lu, 2021, revised original CLM5 code to be compatible with CoLM code structure.

USE MOD_Precision
USE MOD_Const_Physical, only : denice, denh2o, tfrz
USE MOD_Vars_TimeVariables, only : t_soisno, wliq_soisno, wice_soisno, t_scalar, w_scalar, smp
USE MOD_Const_Physical, only: denice, denh2o, tfrz
USE MOD_Vars_TimeVariables, only: t_soisno, wliq_soisno, wice_soisno, t_scalar, w_scalar, smp
USE MOD_Vars_TimeInvariants, only: &
porsl, wfc, bsw, BD_all, OM_density

Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_Soil_BiogeochemPotential.F90
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MODULE MOD_BGC_Soil_BiogeochemPotential
! transfer (p_decomp_cpool_loss * cn_decomp_pools(donor))
! p_decomp_cpool_loss and pmnf_decomp are THEN used in bgc_soil_SoilBiogeochemDecompMod.F90
!
! !REFERENCE:
! !REFERENCES:
! Thornton, P.E., Law, B.E., Gholz, H.L., Clark, K.L., Falge, E., Ellsworth, D.S., Goldstein, A.H., Monson,
! R.K., Hollinger, D., Falk, M. and Chen, J., 2002. Modeling and measuring the effects of disturbance
! history and climate on carbon and water budgets in evergreen needleleaf forests.
Expand Down
4 changes: 2 additions & 2 deletions main/BGC/MOD_BGC_Vars_PFTimeVariables.F90
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MODULE MOD_BGC_Vars_PFTimeVariables
#ifdef BGC

USE MOD_Precision
USE MOD_Namelist, only : DEF_USE_SASU, DEF_USE_DiagMatrix
USE MOD_Namelist, only: DEF_USE_SASU, DEF_USE_DiagMatrix
USE MOD_TimeManager

IMPLICIT NONE
Expand Down Expand Up @@ -1245,7 +1245,7 @@ END SUBROUTINE READ_BGCPFTimeVariables

SUBROUTINE WRITE_BGCPFTimeVariables (file_restart)

USE MOD_Namelist, only : DEF_REST_CompressLevel
USE MOD_Namelist, only: DEF_REST_CompressLevel
USE MOD_LandPFT
USE MOD_NetCDFVector
USE MOD_Vars_Global
Expand Down
6 changes: 3 additions & 3 deletions main/BGC/MOD_BGC_Vars_TimeInvariants.F90
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ SUBROUTINE allocate_BGCTimeInvariants ()
USE MOD_Precision
USE MOD_Vars_Global, only: nl_soil, ndecomp_transitions, ndecomp_pools, spval_i4, spval
USE MOD_SPMD_Task
USE MOD_LandPatch, only : numpatch
USE MOD_LandPatch, only: numpatch
IMPLICIT NONE

IF (p_is_worker) THEN
Expand Down Expand Up @@ -311,7 +311,7 @@ SUBROUTINE WRITE_BGCTimeInvariants (file_restart)
! Original version: Yongjiu Dai, September 15, 1999, 03/2014
!=======================================================================

USE MOD_Namelist, only : DEF_REST_CompressLevel
USE MOD_Namelist, only: DEF_REST_CompressLevel
USE MOD_SPMD_Task
USE MOD_NetCDFSerial
USE MOD_NetCDFVector
Expand Down Expand Up @@ -457,7 +457,7 @@ END SUBROUTINE WRITE_BGCTimeInvariants
SUBROUTINE deallocate_BGCTimeInvariants ()

USE MOD_SPMD_Task
USE MOD_LandPatch, only : numpatch
USE MOD_LandPatch, only: numpatch
IMPLICIT NONE

! --------------------------------------------------
Expand Down
10 changes: 5 additions & 5 deletions main/BGC/MOD_BGC_Vars_TimeVariables.F90
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MODULE MOD_BGC_Vars_TimeVariables
! Xingjie Lu, 2022, created the original version

USE MOD_Precision
USE MOD_Namelist, only : DEF_USE_SASU, DEF_USE_DiagMatrix
USE MOD_Namelist, only: DEF_USE_SASU, DEF_USE_DiagMatrix
USE MOD_TimeManager
IMPLICIT NONE
SAVE
Expand Down Expand Up @@ -317,7 +317,7 @@ SUBROUTINE allocate_BGCTimeVariables
USE MOD_Precision
USE MOD_Vars_Global
USE MOD_SPMD_Task
USE MOD_LandPatch, only : numpatch
USE MOD_LandPatch, only: numpatch
IMPLICIT NONE


Expand Down Expand Up @@ -608,7 +608,7 @@ END SUBROUTINE allocate_BGCTimeVariables
SUBROUTINE deallocate_BGCTimeVariables ()

USE MOD_SPMD_Task
USE MOD_LandPatch, only : numpatch
USE MOD_LandPatch, only: numpatch
IMPLICIT NONE

! --------------------------------------------------
Expand Down Expand Up @@ -904,7 +904,7 @@ SUBROUTINE WRITE_BGCTimeVariables (file_restart)
! Original version: Yongjiu Dai, September 15, 1999, 03/2014
!=======================================================================

USE MOD_Namelist, only : DEF_REST_CompressLevel, DEF_USE_NITRIF
USE MOD_Namelist, only: DEF_REST_CompressLevel, DEF_USE_NITRIF
USE MOD_LandPatch
USE MOD_NetCDFVector
USE MOD_Vars_Global
Expand Down Expand Up @@ -1232,7 +1232,7 @@ SUBROUTINE check_BGCTimeVariables ()

USE MOD_SPMD_Task
USE MOD_RangeCheck
USE MOD_Namelist, only : DEF_USE_NITRIF, DEF_USE_SASU, DEF_USE_DiagMatrix
USE MOD_Namelist, only: DEF_USE_NITRIF, DEF_USE_SASU, DEF_USE_DiagMatrix

IMPLICIT NONE

Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_Veg_CNFireBase.F90
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MODULE MOD_BGC_Veg_CNFireBase
! This MODULE calculate fire-induced vegetation and litter CN transfers flux, the calculation is based on the fire-induced
! CN loss rates (f). The CN loss rates (f) is calculated from bgc_veg_CNFireLi2016Mod.F90.
!
! !REFERENCE:
! !REFERENCES:
! Li, F., Levis, S., and Ward, D. S. 2013a. Quantifying the role of fire in the Earth system – Part 1: Improved global fire
! modeling in the Community Earth System Model (CESM1). Biogeosciences 10:2293-2314.
! Li, F., and Lawrence, D. 2017. Role of fire in the global land water budget during the 20th century through changing
Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_Veg_CNFireLi2016.F90
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MODULE MOD_BGC_Veg_CNFireLi2016
! This module calculate burned area of each fire. The burned area is used to calculate fire induced CN loss rates
! in bgc_veg_CNFireBaseMod.F90
!
! !REFERENCE:
! !REFERENCES:
! Li, F., Levis, S., and Ward, D. S. 2013a. Quantifying the role of fire in the Earth system – Part 1: Improved global fire
! modeling in the Community Earth System Model (CESM1). Biogeosciences 10:2293-2314.
! Li, F., and Lawrence, D. 2017. Role of fire in the global land water budget during the 20th century through changing
Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_Veg_CNGResp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MODULE MOD_BGC_Veg_CNGResp
! !DESCRIPTION:
! This module calculate growth respiration rate.
!
! !REFERENCE:
! !REFERENCES:
! Atkin, O.K., Bahar, N.H., Bloomfield, K.J., Griffin, K.L., Heskel, M.A., Huntingford, C., de la Torre, A.M.
! and Turnbull, M.H., 2017. Leaf respiration in terrestrial biosphere models. Plant respiration: metabolic
! fluxes and carbon balance, pp.107-142.
Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_Veg_CNMResp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MODULE MOD_BGC_Veg_CNMResp
! !DESCRIPTION:
! This module calculates plant maintenance respiration
!
! !REFERENCE:
! !REFERENCES:
! Atkin OK, Bloomfield KJ, Reich PB, Tjoelker MG, Asner GP, Bonal D et al (2015) Global variability in leaf respiration
! in relation to climate, plant functional types and leaf traits. New Phytologist 206:614–636
!
Expand Down
2 changes: 1 addition & 1 deletion main/BGC/MOD_BGC_Veg_CNNDynamics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MODULE MOD_BGC_Veg_CNNDynamics
! This MODULE simulates the plant biological fixation (Cleveland et al., 1999),
! crop fertilisation (Lawrence et al., 2016, and soy nitrogen fixation (Neitsch et al., 2005).
!
! !REFERENCE:
! !REFERENCES:
! Cleveland, C.C., Townsend, A.R., Schimel, D.S., Fisher, H., Howarth, R.W., Hedin, L.O., Perakis, S.S., Latty, E.F.,
! Von Fischer, J.C., Elseroad, A., and Wasson, M.F. 1999. Global patterns of terrestrial biological nitrogen (N2) fixation
! in natural ecosystems. Global Biogeochem. Cycles 13:623-645.
Expand Down
Loading

0 comments on commit 908efc1

Please sign in to comment.