/[lmdze]/trunk/phylmd/Interface_surf/interface_surf.f
ViewVC logotype

Annotation of /trunk/phylmd/Interface_surf/interface_surf.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 100 - (hide annotations)
Wed Jul 2 19:07:58 2014 UTC (9 years, 10 months ago) by guez
File size: 908 byte(s)
Removed unused variable tmp_rlic of module interface_surf.

Removed useless call to gath2cpl in procedure interfsurf_hq. Removed
then uncalled procedure gath2cpl.

1 guez 3 MODULE interface_surf
2    
3 guez 14 ! From phylmd/interface_surf.F90, version 1.8 2005/05/25 13:10:09
4 guez 38 ! L. Fairhead, LMD, february 2000
5 guez 3
6     IMPLICIT none
7    
8 guez 38 ! run_off ruissellement total
9     REAL, ALLOCATABLE, DIMENSION(:), SAVE :: run_off, run_off_lic
10     real, allocatable, dimension(:), save :: coastalflow, riverflow
11 guez 3
12 guez 72 REAL, save :: tau_calv
13     ! temps de relaxation pour la fonte des glaciers, en jours
14    
15     contains
16    
17     subroutine conf_interface
18    
19     ! From phylmd/conf_phys.F90, version 1.7 2005/07/05 07:21:23
20    
21     ! Configuration de l'interace atm/surf
22    
23     use unit_nml_m, only: unit_nml
24    
25     namelist /conf_interface_nml/ tau_calv
26    
27     !------------------------------------------------------
28    
29     tau_calv = 360.*10.
30    
31     print *, "Enter namelist 'conf_interface_nml'."
32     read(unit=*, nml=conf_interface_nml)
33     write(unit_nml, nml=conf_interface_nml)
34    
35     end subroutine conf_interface
36    
37 guez 3 END MODULE interface_surf

  ViewVC Help
Powered by ViewVC 1.1.21