- Timestamp:
- Jun 17, 2013, 10:16:15 AM (11 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf
- Files:
-
- 7 deleted
- 12 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/dyn3d/dynetat0.F
r253 r993 28 28 #include "ener.h" 29 29 #include "netcdf.inc" 30 #include "description.h"31 30 #include "serre.h" 32 31 #include "logic.h" -
trunk/LMDZ.GENERIC/libf/dyn3d/dynredem.F
r135 r993 15 15 #include "logic.h" 16 16 #include "netcdf.inc" 17 #include "description.h"18 17 #include "serre.h" 19 18 #include "advtrac.h" … … 961 960 #include "dimensions.h" 962 961 #include "paramet.h" 963 #include "description.h"964 962 #include "netcdf.inc" 965 963 #include "comvert.h" -
trunk/LMDZ.GENERIC/libf/dyn3d/gcm.F
r649 r993 44 44 #include "ener.h" 45 45 #include "netcdf.inc" 46 #include "description.h"47 46 #include "serre.h" 48 47 #include "tracstoke.h" … … 104 103 EXTERNAL integrd,SCOPY 105 104 EXTERNAL inigeom 106 EXTERNAL exner_hyb ,addit105 EXTERNAL exner_hyb 107 106 EXTERNAL defrun_new, test_period 108 107 REAL SSUM … … 157 156 158 157 modname = 'gcm' 159 descript = 'Run GCM LMDZ'160 158 lafin = .FALSE. 161 159 … … 465 463 CALL dissip(vcov,ucov,teta,p,dvdis,dudis,dhdis) 466 464 467 CALL addit( ijp1llm,ucov ,dudis,ucov)468 CALL addit( ijmllm ,vcov ,dvdis,vcov)465 ucov(:,:)=ucov(:,:)+dudis(:,:) 466 vcov(:,:)=vcov(:,:)+dvdis(:,:) 469 467 470 468 … … 478 476 endif 479 477 480 CALL addit( ijp1llm,teta ,dhdis,teta)478 teta(:,:)=teta(:,:)+dhdis(:,:) 481 479 482 480 -
trunk/LMDZ.GENERIC/libf/phystd/ini_archive.F
r992 r993 48 48 #include "ener.h" 49 49 #include "logic.h" 50 #include "description.h"51 50 #include "serre.h" 52 51 #include "control.h" -
trunk/LMDZ.GENERIC/libf/phystd/iniwrite.F
r787 r993 31 31 #include "logic.h" 32 32 #include "netcdf.inc" 33 #include "description.h"34 33 #include "serre.h" 35 34 #include"dimphys.h" -
trunk/LMDZ.GENERIC/libf/phystd/iniwrite_specIR.F
r965 r993 33 33 #include "logic.h" 34 34 #include "netcdf.inc" 35 #include "description.h"36 35 #include "serre.h" 37 36 #include"dimphys.h" -
trunk/LMDZ.GENERIC/libf/phystd/iniwrite_specVI.F
r965 r993 33 33 #include "logic.h" 34 34 #include "netcdf.inc" 35 #include "description.h"36 35 #include "serre.h" 37 36 #include"dimphys.h" -
trunk/LMDZ.GENERIC/libf/phystd/lect_start_archive.F
r988 r993 33 33 #include "control.h" 34 34 #include "logic.h" 35 #include "description.h"36 35 #include "ener.h" 37 36 #include "temps.h" -
trunk/LMDZ.GENERIC/libf/phystd/newstart.F
r988 r993 33 33 #include "control.h" 34 34 #include "logic.h" 35 #include "description.h"36 35 #include "ener.h" 37 36 #include "temps.h" 38 37 #include "comdissnew.h" 39 #include "clesph0.h"40 38 #include "serre.h" 41 39 #include "netcdf.inc" -
trunk/LMDZ.GENERIC/libf/phystd/physdem1.F
r853 r993 74 74 75 75 #include "serre.h" 76 #include "clesph0.h"77 76 #include "fxyprim.h" 78 77 #include "planete.h" -
trunk/LMDZ.GENERIC/libf/phystd/start2archive.F
r992 r993 34 34 #include "control.h" 35 35 #include "ener.h" 36 #include "description.h"37 36 38 37 #include "dimphys.h" -
trunk/LMDZ.GENERIC/libf/phystd/write_archive.F
r992 r993 40 40 #include "comvert.h" 41 41 #include "comgeom.h" 42 #include "description.h"43 42 #include "temps.h" 44 43 #include "netcdf.inc" -
trunk/LMDZ.GENERIC/libf/phystd/writediagfi.F
r969 r993 55 55 #include "comvert.h" 56 56 #include "comgeom.h" 57 #include "description.h"58 57 #include "netcdf.inc" 59 58 #include "temps.h" -
trunk/LMDZ.GENERIC/libf/phystd/writediagspecIR.F
r965 r993 58 58 #include "comvert.h" 59 59 #include "comgeom.h" 60 #include "description.h"61 60 #include "netcdf.inc" 62 61 #include "temps.h" -
trunk/LMDZ.GENERIC/libf/phystd/writediagspecVI.F
r965 r993 58 58 #include "comvert.h" 59 59 #include "comgeom.h" 60 #include "description.h"61 60 #include "netcdf.inc" 62 61 #include "temps.h"
Note: See TracChangeset
for help on using the changeset viewer.