source: codes/icosagcm/devel/src/base/signature.f90 @ 992

Last change on this file since 992 was 992, checked in by rpennel, 5 years ago

devel : add reading metrics from file at init (folllowing revs @882, @887, @888)

[ !! needs to rewrite new subroutine in xios_mod using cellset strcuture ]

File size: 1.1 KB
Line 
1MODULE signature_mod
2IMPLICIT NONE
3CONTAINS
4SUBROUTINE print_signature
5   PRINT *, 'Path: /ccc/work/cont003/gen0227/pennelr/DYNAMICO/modipsl/modeles/DYNAMICO' 
6   PRINT *, 'Working Copy Root Path: /ccc/work/cont003/gen0227/pennelr/DYNAMICO/modipsl/modeles/DYNAMICO' 
7   PRINT *, 'URL: svn+ssh://rpennel@forge.ipsl.jussieu.fr/ipsl/forge/projets/dynamico/svn/codes/icosagcm/devel' 
8   PRINT *, 'Repository Root: svn+ssh://rpennel@forge.ipsl.jussieu.fr/ipsl/forge/projets/dynamico/svn' 
9   PRINT *, 'Repository UUID: 5a24c8df-7893-42df-8d02-8693bdefd653' 
10   PRINT *, 'Revision: 980' 
11   PRINT *, 'Node Kind: directory' 
12   PRINT *, 'Schedule: normal' 
13   PRINT *, 'Last Changed Author: dubos' 
14   PRINT *, 'Last Changed Rev: 980' 
15   PRINT *, 'Last Changed Date: 2019-10-08 16:34:06 +0200 (Tue, 08 Oct 2019)' 
16   PRINT *, '' 
17   PRINT *, 'M       icosa_init.f90' 
18   PRINT *, 'M       initial/etat0_start_file.f90' 
19   PRINT *, 'M       output/set_bounds.f90' 
20   PRINT *, 'M       output/write_etat0.f90' 
21   PRINT *, 'M       output/xios_mod.F90' 
22   PRINT *, 'M       sphere/compute_geometry.f90' 
23END SUBROUTINE print_signature
24END MODULE signature_mod
Note: See TracBrowser for help on using the repository browser.