Changeset 2111 for LMDZ5/trunk/libf


Ignore:
Timestamp:
Sep 1, 2014, 4:19:04 PM (10 years ago)
Author:
lguez
Message:

Not possible to adjust MPI bands with nudging.

Location:
LMDZ5/trunk/libf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dmem/conf_gcm.F

    r2083 r2111  
    382382       CALL getin('ok_guide',ok_guide)
    383383
    384 c    ...............................................................
     384       if (ok_guide .and. adjust) call abort_gcm("conf_gcm",
     385     $      "adjust does not work with ok_guide", 1)
    385386
    386387!Config  Key  =  read_start
  • LMDZ5/trunk/libf/dyn3dpar/conf_gcm.F

    r2083 r2111  
    381381       CALL getin('ok_guide',ok_guide)
    382382
    383 c    ...............................................................
     383       if (ok_guide .and. adjust) call abort_gcm("conf_gcm",
     384     $      "adjust does not work with ok_guide", 1)
    384385
    385386!Config  Key  =  read_start
Note: See TracChangeset for help on using the changeset viewer.