source: branches/publications/ORCHIDEE_Biochar/src_math/math.f90 @ 8205

Last change on this file since 8205 was 6409, checked in by albert.jornet, 5 years ago

New: average_weight subroutine and its tests
Fix: pcapa_spec is now averaged
Fix: calculate rho_tot the same way pcapa is done by using 1 - poros_net instead of 1 - mcs

File size: 863 bytes
Line 
1! ===================================================================================================\n
2! MODULE        : math
3!
4! CONTACT       : orchidee-help _at_ listes.ipsl.fr
5!
6! LICENCE       : IPSL (2006)
7! This software is governed by the CeCILL licence see ORCHIDEE/ORCHIDEE_CeCILL.LIC
8!
9!>\BRIEF        Main reference to the math library
10!!
11!!\n DESCRIPTION : Add here all mathematics subroutines
12!!
13!! RECENT CHANGE(S) : None
14!!
15!! REFERENCE(S) :
16!!
17!! SVN          :
18!! $HeadURL: svn://forge.ipsl.jussieu.fr/orchidee/branches/ORCHIDEE-MICT/ORCHIDEE/src_sechiba/hydrol.f90 $
19!! $Date: 2018-10-09 11:43:16 +0200 (Tue, 09 Oct 2018) $
20!! $Revision: 5477 $
21!! \n
22!_ ===============================================================================================\n
23MODULE math 
24
25  ! add here
26  USE equal_division
27  USE average_weight_mod
28
29END MODULE math
Note: See TracBrowser for help on using the repository browser.