Changeset 1000 for LMDZ4/trunk/libf/dyn3dpar/conf_gcm.F
- Timestamp:
- Oct 6, 2008, 10:43:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/dyn3dpar/conf_gcm.F
r985 r1000 712 712 omp_chunk=1 713 713 CALL getin('omp_chunk',omp_chunk) 714 715 !Config key = ok_strato 716 !Config Desc = activation de la version strato 717 !Config Def = .FALSE. 718 !Config Help = active la version stratosphérique de LMDZ de F. Lott 719 720 ok_strato=.FALSE. 721 CALL getin('ok_strato',ok_strato) 714 722 715 723 write(lunout,*)' #########################################' … … 748 756 write(lunout,*)' use_mpi_alloc = ', use_mpi_alloc 749 757 write(lunout,*)' omp_chunk = ', omp_chunk 758 write(lunout,*)' ok_strato = ', ok_strato 750 759 c 751 760 RETURN
Note: See TracChangeset
for help on using the changeset viewer.