Ignore:
Timestamp:
Nov 19, 2021, 4:58:59 PM (3 years ago)
Author:
lguez
Message:

Sync latest trunk changes to Ocean_skin

Location:
LMDZ6/branches/Ocean_skin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/Ocean_skin

  • LMDZ6/branches/Ocean_skin/libf/dyn3dmem/leapfrog_loc.F

    r3798 r4013  
    15381538c$OMP END MASTER
    15391539
     1540         if (ok_guide) then
     1541           ! set ok_guide to false to avoid extra output
     1542           ! in following forward step
     1543           ok_guide=.false.
     1544         endif
     1545
    15401546#ifdef INCA
    1541          if (type_trac == 'inca') then
     1547         if (type_trac == 'inca' .OR. type_trac == 'inco') then
    15421548            call finalize_inca
    15431549         endif
     
    15941600
    15951601#ifdef INCA
    1596               if (type_trac == 'inca') then
     1602              if (type_trac == 'inca' .OR. type_trac == 'inco') then
    15971603                 call finalize_inca
    15981604              endif
     
    16811687     &                           vcov,ucov,teta,q,masse,ps)
    16821688!              endif ! of if (planet_type.eq."earth")
     1689                if (ok_guide) then
     1690                  ! set ok_guide to false to avoid extra output
     1691                  ! in following forward step
     1692                  ok_guide=.false.
     1693                endif
    16831694
    16841695!              CLOSE(99)
     
    17501761
    17511762#ifdef INCA
    1752                  if (type_trac == 'inca') then
     1763                 if (type_trac == 'inca' .OR. type_trac == 'inco') then
    17531764                    call finalize_inca
    17541765                 endif
     
    18271838     .                               vcov,ucov,teta,q,masse,ps)
    18281839!               endif ! of if (planet_type.eq."earth")
     1840                if (ok_guide) then
     1841                  ! set ok_guide to false to avoid extra output
     1842                  ! in following forward step
     1843                  ok_guide=.false.
     1844                endif
     1845
    18291846              ENDIF ! of IF(itau.EQ.itaufin)
    18301847
     
    18451862
    18461863#ifdef INCA
    1847       if (type_trac == 'inca') then
     1864      if (type_trac == 'inca' .OR. type_trac == 'inco') then
    18481865         call finalize_inca
    18491866      endif
Note: See TracChangeset for help on using the changeset viewer.