Changeset 1658 for LMDZ5/trunk/libf/dyn3dmem/conf_gcm.F
- Timestamp:
- Oct 5, 2012, 9:56:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/conf_gcm.F
r1657 r1658 1 1 ! 2 ! $Id: conf_gcm.F 1 357 2010-04-14 14:03:19Z emillour$2 ! $Id: conf_gcm.F 1403 2010-07-01 09:02:53Z fairhead $ 3 3 ! 4 4 c … … 362 362 iphysiq = 5 363 363 CALL getin('iphysiq', iphysiq) 364 365 ccc .... P.Le Van, ajout le 03/01/96 pour l'ecriture phys ...366 c367 368 364 369 365 !Config Key = ip_ebil_dyn … … 863 859 CALL getin('ok_gradsfile',ok_gradsfile) 864 860 861 !Config Key = ok_limit 862 !Config Desc = creation des fichiers limit dans create_etat0_limit 863 !Config Def = y 864 !Config Help = production du fichier limit.nc requise 865 866 ok_limit = .TRUE. 867 CALL getin('ok_limit',ok_limit) 868 869 !Config Key = ok_etat0 870 !Config Desc = creation des fichiers etat0 dans create_etat0_limit 871 !Config Def = y 872 !Config Help = production des fichiers start.nc, startphy.nc requise 873 874 ok_etat0 = .TRUE. 875 CALL getin('ok_etat0',ok_etat0) 876 865 877 write(lunout,*)' #########################################' 866 write(lunout,*)' Configuration des parametres du gcm: ' 878 write(lunout,*)' Configuration des parametres de cel0' 879 & //'_limit: ' 867 880 write(lunout,*)' planet_type = ', planet_type 868 881 write(lunout,*)' calend = ', calend … … 908 921 write(lunout,*)' ok_strato = ', ok_strato 909 922 write(lunout,*)' ok_gradsfile = ', ok_gradsfile 923 write(lunout,*)' ok_limit = ', ok_limit 924 write(lunout,*)' ok_etat0 = ', ok_etat0 910 925 c 911 926 RETURN
Note: See TracChangeset
for help on using the changeset viewer.