Skip to content
Snippets Groups Projects
Commit a9e2a49f authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 13/03/2020: budgets: remove JPBUMAX and JPBUPROMAX

parent eda88f8f
No related branches found
No related tags found
No related merge requests found
......@@ -47,12 +47,7 @@ contains
!!
!! IMPLICIT ARGUMENTS
!! ------------------
!! Module MODD_PARAMETERS: JPBUMAX,JPBUPROMAX
!!
!! Module MODD_CONF: CCONF
!!
!! Module MODD_DYN: XSEGLEN
!!
!! Modules MODD_*
!!
!! REFERENCE
!! ---------
......
......@@ -17,7 +17,6 @@
!!
!!** IMPLICIT ARGUMENTS
!! ------------------
!! MODD_PARAMETERS: JPBUMAX, JPBUPROCMAX
!!
!! REFERENCE
!! ---------
......@@ -58,7 +57,7 @@
! ------------
use modd_field, only: tfield_metadata_base
use modd_parameters, only: JPBUMAX, JPBUPROMAX, NBUNAMELGTMAX, NCOMMENTLGTMAX
use modd_parameters, only: NBUNAMELGTMAX, NCOMMENTLGTMAX
implicit none
......@@ -194,7 +193,7 @@ INTEGER, SAVE :: NBUKMAX ! dimension along K of the budget
! Allowed processes for the budget of the x scalar variables
! (transport part only)
!
! For each budget, the switches values (from 0 to JPBUPROMAX) for budgets
! For each budget, the switches values for budgets
! activation may be set by the user in a namelist. Their default value is 0.
! In the following declaration, the corresponding process names are given
! beside as comments.
......
......@@ -42,6 +42,7 @@
! P. Wautelet: 05/2016-04/2018: new data structures and calls for I/O
! Q. Rodier 29/03/2019: increase maximum number of outputs to 999
! P. Wautelet 17/01/2020: add NBUNAMELGTMAX and NCOMMENTLGTMAX parameters
! P. Wautelet 13/03/2020: remove JPBUMAX and JPBUPROMAX
!-------------------------------------------------------------------------------
!
!* 0. DECLARATIONS
......@@ -58,9 +59,6 @@ INTEGER, PARAMETER :: JPVEXT = 1 ! Vertical External points number
INTEGER, PARAMETER :: JPVEXT_TURB = 1 ! Vertical External points number
INTEGER, PARAMETER :: JPMODELMAX = 8 ! Maximum allowed number of nested models
INTEGER, PARAMETER :: JPCPLFILEMAX = 24 ! Maximum allowed number of CouPLing FILEs
INTEGER, PARAMETER :: JPBUMAX= 250 ! Maximum of allowed budgets
INTEGER, PARAMETER :: JPBUPROMAX = 60 ! Maximum of allowed processes for all
! budgets
INTEGER, PARAMETER :: JPRIMMAX = 6 ! Maximum number of points for the
! horizontal relaxation for the outermost verticals
INTEGER, PARAMETER :: JPSVMAX = 200 ! Maximum number of scalar variables
......
......@@ -92,8 +92,7 @@
!!
!!
!! Variables specific to a budget
!! Their values are integer from 0 to JPBUPROMAX (max. of possible
!! processes). The mechanism for activating a given process is detailled
!! The mechanism for activating a given process is detailled
!! in Book 3. Each variable name is related to the location of the
!! process in the run and may be decomposed in 2 parts: the first part
!! gives the name of the process implicated and the second part gives
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment