Skip to content
Snippets Groups Projects
Commit 14bb6983 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 12/12/2016: moved call to INI_FIELD_LIST to INIT_MNH

parent c5338ff7
No related branches found
No related tags found
No related merge requests found
......@@ -176,8 +176,6 @@ CONTAINS
CALL INITFD()
! CALL INI_FIELD_LIST()
!! Default number for Processor I/O
ISIOP = 1
......
......@@ -214,13 +214,14 @@ DO JMI=1,NMODEL
!
IF (CPROGRAM=='SPAWN ' .OR. CPROGRAM=='REAL ') THEN
CALL READ_ALL_NAMELISTS(YSURF_CUR,'MESONH','PRE',.FALSE.)
CALL INI_FIELD_LIST(2)
ELSE
CALL READ_ALL_NAMELISTS(YSURF_CUR,'MESONH','ALL',.TRUE.)
CALL INI_FIELD_LIST()
ENDIF
ENDDO
!
!
CALL INI_FIELD_LIST()
!-------------------------------------------------------------------------------
!
!* 4. INITIALIZE EACH MODEL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment